summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/azerty.json
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/keybindings/azerty.json')
-rw-r--r--asciifarm/keybindings/azerty.json57
1 files changed, 12 insertions, 45 deletions
diff --git a/asciifarm/keybindings/azerty.json b/asciifarm/keybindings/azerty.json
index 547a181..ee04ec5 100644
--- a/asciifarm/keybindings/azerty.json
+++ b/asciifarm/keybindings/azerty.json
@@ -1,47 +1,14 @@
{
-"actions": {
-"z": ["move", "north"],
-"s": ["move", "south"],
-"d": ["move", "east"],
-"q": ["move", "west"],
-"KEY_UP": ["move", "north"],
-"KEY_DOWN": ["move", "south"],
-"KEY_RIGHT": ["move", "east"],
-"KEY_LEFT": ["move", "west"],
-"k": ["move", "north"],
-"j": ["move", "south"],
-"l": ["move", "east"],
-"h": ["move", "west"],
-"e": ["inputwithselected", "take", "ground"],
-"a": ["inputwithselected", "drop", "inventory"],
-"E": ["inputwithselected", "use", "inventory"],
-"w": ["inputwithselected", "unequip", "equipment"],
-"R": ["input", ["interact"]],
-"r": ["do", [
- ["input", ["interact"]],
- ["input", ["interact", "north"]],
- ["input", ["interact", "south"]],
- ["input", ["interact", "east"]],
- ["input", ["interact", "west"]]]],
-"c": ["select", "inventory", 1, true, true],
-"x": ["select", "ground", 1, true, true],
-"v": ["select", "equipment", 1, true, true],
-"f": ["do", [
- ["input", ["attack"]],
- ["input", ["attack", "north"]],
- ["input", ["attack", "south"]],
- ["input", ["attack", "east"]],
- ["input", ["attack", "west"]]]],
-"F": ["input", ["attack"]],
-"Z": ["input", ["attack", "north"]],
-"S": ["input", ["attack", "south"]],
-"D": ["input", ["attack", "east"]],
-"Q": ["input", ["attack", "west"]],
-"t": ["runinput"],
-"NEWLINE": ["runinput"],
-"KEY_PPAGE": ["scrollchat", 1],
-"KEY_NPAGE": ["scrollchat", -1],
-"/": ["runinput", "/"]
-},
-"help": "Controls:\n zqsd or arrows:\n Move around\n e: Grab\n q: Drop\n E: Use/Equip\n r: Interact\n f: Attack\n t: Chat\n w: Unequip\n xcv: scroll\n ctrl-c: close client"
+ "templates": ["default"],
+ "actions": {
+ "z": ["move", "north"],
+ "w": null,
+ "W": null,
+ "q": ["move", "west"],
+ "a": ["unuse"],
+ "A": ["take"],
+ "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"
}