mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
Update keybindingmanager.cpp
Fix tiny typo
This commit is contained in:
@@ -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."
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user