Update keybindingmanager.cpp

Fix tiny typo
This commit is contained in:
Alexander Bock
2020-09-09 11:04:46 +02:00
committed by GitHub
parent 9b8f2a8efc
commit bbef4ea22b

View File

@@ -115,7 +115,7 @@ void KeybindingManager::bindKey(Key key, KeyModifier modifier, std::string luaCo
if (isShift && isKeypad) {
LWARNINGC(
"bindKey",
"Windows does not support binding keys to Shift + Keyboard as it will "
"Windows does not support binding keys to Shift + Keypad as it will "
"internally convert these into Home, End, etc, keys."
);
}