summaryrefslogtreecommitdiff
path: root/src/client/keycodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/keycodes.h')
-rw-r--r--src/client/keycodes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/keycodes.h b/src/client/keycodes.h
index ae6f189d..8911b0fc 100644
--- a/src/client/keycodes.h
+++ b/src/client/keycodes.h
@@ -262,6 +262,9 @@ typedef enum {
K_EURO,
K_UNDO,
+ // Pseudo-key that brings the console down
+ K_CONSOLE,
+
MAX_KEYS
} keyNum_t;