diff options
Diffstat (limited to 'home')
-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: [] ... |