From 5231db6eed301ce86cd5026d1eeb32b4156835c3 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 11 Oct 2019 18:12:30 +0200 Subject: controls are now separate objects --- asciifarm/keybindings/azerty.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asciifarm/keybindings/azerty.json') 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" } -- cgit From 34d65f07de1f9364c176fea85a33bea3a51bb273 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 11 Oct 2019 20:08:15 +0200 Subject: finally got rid of all old components --- asciifarm/keybindings/azerty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/keybindings/azerty.json') diff --git a/asciifarm/keybindings/azerty.json b/asciifarm/keybindings/azerty.json index fe27280..3d69d07 100644 --- a/asciifarm/keybindings/azerty.json +++ b/asciifarm/keybindings/azerty.json @@ -5,7 +5,7 @@ "w": null, "W": null, "q": ["move", "west"], - "a": ["unuse"], + "a": ["drop"], "A": ["take"], "Z": ["input", ["attack", ["north"]]], "Q": ["input", ["attack", ["west"]]] -- cgit