diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 158252d4..b51f12f4 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -168,6 +168,15 @@ class KeyboardConfig KEY_SHORTCUT_7, KEY_SHORTCUT_8, KEY_SHORTCUT_9, + KEY_WINDOW_STATUS, + KEY_WINDOW_INVENTORY, + KEY_WINDOW_EQUIPMENT, + KEY_WINDOW_SKILL, + KEY_WINDOW_MINIMAP, + KEY_WINDOW_CHAT, + KEY_WINDOW_SHORTCUT, + KEY_WINDOW_SETUP, + KEY_WINDOW_DEBUG, KEY_TOTAL }; |