diff options
| author | troido <troido@protonmail.com> | 2020-03-06 10:47:17 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-06 10:47:17 +0100 |
| commit | c9366616079240cd7ee3d243c9f6897d40b4267d (patch) | |
| tree | da9ea3ad636d8173d0c568389114184a3eb413fd /asciifarm/keybindings/azerty.json | |
| parent | dd3259e53edc119a8bd6d713cd49df240b19bff1 (diff) | |
| parent | eb029f8d0241449d64e237a1d689200a0a741b72 (diff) | |
Merge remote-tracking branch 'origin/ecs'
Diffstat (limited to 'asciifarm/keybindings/azerty.json')
| -rw-r--r-- | asciifarm/keybindings/azerty.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asciifarm/keybindings/azerty.json b/asciifarm/keybindings/azerty.json index ee04ec5..3d69d07 100644 --- a/asciifarm/keybindings/azerty.json +++ b/asciifarm/keybindings/azerty.json @@ -5,10 +5,10 @@ "w": null, "W": null, "q": ["move", "west"], - "a": ["unuse"], + "a": ["drop"], "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" } |
