diff options
| author | troido <troido@protonmail.com> | 2021-01-23 16:07:08 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2021-01-23 16:07:08 +0100 |
| commit | 3420305361c550cd1d57b277184d73d8b80cd76a (patch) | |
| tree | 79e9a08d786f9b906343cb7599ebe701426fc67e /keybindings/default.json | |
| parent | 6c897d8e4123899a3f9878a658fc1e9f8f7bfa51 (diff) | |
upgraded ratuil; fix special keyboard keys in curses client
Diffstat (limited to 'keybindings/default.json')
| -rw-r--r-- | keybindings/default.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keybindings/default.json b/keybindings/default.json index e3a1f53..17e6a21 100644 --- a/keybindings/default.json +++ b/keybindings/default.json @@ -32,7 +32,7 @@ "D": ["input", ["attack", ["east"]]], "A": ["input", ["attack", ["west"]]], "t": ["runinput"], -"enter": ["runinput"], +"\n": ["runinput"], "pageup": ["scrollchat", 1], "pagedown": ["scrollchat", -1], "/": ["runinput", "/"] |
