diff options
| author | troido <troido@protonmail.com> | 2019-10-11 18:12:30 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-10-11 18:12:30 +0200 |
| commit | 5231db6eed301ce86cd5026d1eeb32b4156835c3 (patch) | |
| tree | e6d5f66c2523a9e3fecebf2349925c65dc818d94 /asciifarm/keybindings/azerty.json | |
| parent | 4291b62cd7c2dd58932c4bb3efde293dbd7fe309 (diff) | |
controls are now separate objects
Diffstat (limited to 'asciifarm/keybindings/azerty.json')
| -rw-r--r-- | asciifarm/keybindings/azerty.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asciifarm/keybindings/azerty.json b/asciifarm/keybindings/azerty.json index ee04ec5..fe27280 100644 --- a/asciifarm/keybindings/azerty.json +++ b/asciifarm/keybindings/azerty.json @@ -7,8 +7,8 @@ "q": ["move", "west"], "a": ["unuse"], "A": ["take"], - "Z": ["input", ["attack", "north"]], - "Q": ["input", ["attack", "west"]] + "Z": ["input", ["attack", ["north"]]], + "Q": ["input", ["attack", ["west"]]] }, - "help": "Controls:\n aqsd or arrows:\n Move around\n e: Grab\n q: Drop/unequip\n selected\n r: Interact\n f: Attack\n t: Chat\n E: Use selected\n A: Take selected\n xc: select item\n vb: select menu\n ctrl-c: close client" + "help": "Controls:\n aqsd or arrows: Move around\n e: Grab\n q: Drop selected\n r: Interact\n f: Attack\n t: Chat\n E: Use selected\n A: Take selected\n xc: select item\n vb: select menu\n ctrl-c: close client" } |
