summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/config.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/config.ini b/data/config.ini
index 3197751..5781505 100644
--- a/data/config.ini
+++ b/data/config.ini
@@ -10,14 +10,19 @@ music = true
 
 [input]
 mouse sensitivity = 1.0
+; Key names: https://www.glfw.org/docs/latest/group__keys.html
 forwards key = W
 backwards key = S
 left key = A
 right key = D
+crouch key = LEFT_CONTROL
+accelerate key = LEFT_SHIFT
+dive key = SPACE
+reload key = R
 aim key = E
 psychic aim key = Q
 psychic key = Z
+laser sight key = L
 
 [misc]
 custom levels = 0
-debug = false