diff options
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 1f186ce1..46394fa5 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -156,6 +156,16 @@ class KeyboardConfig KEY_PICKUP, KEY_HIDE_WINDOWS, KEY_SIT, + KEY_SHORTCUT_0, + KEY_SHORTCUT_1, + KEY_SHORTCUT_2, + KEY_SHORTCUT_3, + KEY_SHORTCUT_4, + KEY_SHORTCUT_5, + KEY_SHORTCUT_6, + KEY_SHORTCUT_7, + KEY_SHORTCUT_8, + KEY_SHORTCUT_9, KEY_TOTAL }; |