summaryrefslogtreecommitdiff
path: root/home/.local/share
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-12-04 15:45:18 +0100
committerBotond Hende <nettingman@gmail.com>2024-12-04 15:45:18 +0100
commit95b3de223157be521fd26b865891a59d7aa4bf4c (patch)
treeb49a4efdccc2d1cbd83f5f265432b02285f62e3d /home/.local/share
parent10238b53090074944ef42e074d8bd283c7ab597f (diff)
ss14 keybindings
Diffstat (limited to 'home/.local/share')
-rw-r--r--home/.local/share/Space Station 14/data/keybinds.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/home/.local/share/Space Station 14/data/keybinds.yml b/home/.local/share/Space Station 14/data/keybinds.yml
index 2583d98..c851dc6 100644
--- a/home/.local/share/Space Station 14/data/keybinds.yml
+++ b/home/.local/share/Space Station 14/data/keybinds.yml
@@ -14,5 +14,21 @@ binds:
- mod1: Alt
key: MouseButton5
function: AltActivateItemInHand
+- key: W
+ function: MoveUp
+- key: Up
+ function: MoveUp
+- key: A
+ function: MoveLeft
+- key: Left
+ function: MoveLeft
+- key: S
+ function: MoveDown
+- key: Down
+ function: MoveDown
+- key: D
+ function: MoveRight
+- key: Right
+ function: MoveRight
leaveEmpty: []
...