diff options
author | Botond Hende <nettingman@gmail.com> | 2025-01-01 14:18:00 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2025-01-01 14:18:00 +0100 |
commit | 448cc442b1b8b55a91ca8f25ca2e982ba33a9813 (patch) | |
tree | 8c7d0cbe7707c955a47df810be8575f076e94950 | |
parent | 95b3de223157be521fd26b865891a59d7aa4bf4c (diff) |
ss14 keybinding
-rw-r--r-- | home/.local/share/Space Station 14/data/keybinds.yml | 6 |
1 files changed, 6 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 c851dc6..1c9e8d1 100644 --- a/home/.local/share/Space Station 14/data/keybinds.yml +++ b/home/.local/share/Space Station 14/data/keybinds.yml @@ -30,5 +30,11 @@ binds: function: MoveRight - key: Right function: MoveRight +- mod1: Control + key: Q + function: ThrowItemInHand +- mod1: Control + key: MouseButton5 + function: ThrowItemInHand leaveEmpty: [] ... |