summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-27 00:36:49 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-27 00:37:47 +0200
commit176755b585f72b32c85a5cb67698fdeee450b0ac (patch)
tree7931fed364a68c5e0b454fc57b69792408da73fd /home
parenta947053a6f572e848cd6b36eeb1e64ed8e54746b (diff)
Space Station 14 keybinding
Diffstat (limited to 'home')
-rw-r--r--home/.local/share/Space Station 14/data/keybinds.yml18
1 files changed, 18 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
new file mode 100644
index 0000000..2583d98
--- /dev/null
+++ b/home/.local/share/Space Station 14/data/keybinds.yml
@@ -0,0 +1,18 @@
+version: 1
+binds:
+- key: Z
+ function: ActivateItemInHand
+- key: MouseButton5
+ function: ActivateItemInHand
+- key: X
+ function: SwapHands
+- key: MouseButton4
+ function: SwapHands
+- mod1: Alt
+ key: Z
+ function: AltActivateItemInHand
+- mod1: Alt
+ key: MouseButton5
+ function: AltActivateItemInHand
+leaveEmpty: []
+...