summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index f8fc1081b..d6a7f47b2 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -306,6 +306,7 @@ class KeyboardConfig
KEY_AWAY,
KEY_RIGHT_CLICK,
KEY_CAMERA,
+ KEY_MOD,
KEY_TOTAL
};
@@ -314,7 +315,8 @@ class KeyboardConfig
GRP_DEFAULT = 1, // default game key
GRP_CHAT = 2, // chat key
GRP_EMOTION = 4, // emotions key
- GRP_OUTFIT = 8 // outfit key
+ GRP_OUTFIT = 8, // outfit key
+ GRP_GUI = 16 // gui key
};
private: