diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-27 00:36:49 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-27 00:37:47 +0200 |
commit | 176755b585f72b32c85a5cb67698fdeee450b0ac (patch) | |
tree | 7931fed364a68c5e0b454fc57b69792408da73fd /home/.local/share/Space Station 14/data/keybinds.yml | |
parent | a947053a6f572e848cd6b36eeb1e64ed8e54746b (diff) |
Space Station 14 keybinding
Diffstat (limited to 'home/.local/share/Space Station 14/data/keybinds.yml')
-rw-r--r-- | home/.local/share/Space Station 14/data/keybinds.yml | 18 |
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: [] +... |