DOCS/interface-changes: fix KP_DIVIDE typo

This commit is contained in:
nanahi 2024-08-11 14:21:46 -04:00 committed by Kacper Michajłow
parent b9e63ae5d8
commit 365708cf32
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
remap numpad `+ - * /` keys to `KP_ADD/KP_SUBTRACT/KP_MULTIPLY/KP_KPDIVIDE`; keybinds which require these numpad keys to function need to use the new names instead
remap numpad `+ - * /` keys to `KP_ADD/KP_SUBTRACT/KP_MULTIPLY/KP_DIVIDE`; keybinds which require these numpad keys to function need to use the new names instead