diff options
Diffstat (limited to 'home/.local/share/Space Station 14/data/keybinds.yml')
-rw-r--r-- | home/.local/share/Space Station 14/data/keybinds.yml | 16 |
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: [] ... |