From dd07ff4d686f07cdc9736627dd0ef099ef5e4e4f Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 6 Mar 2020 11:26:59 +0100 Subject: new directory structure for the separate client repo --- keybindings/azerty.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 keybindings/azerty.json (limited to 'keybindings/azerty.json') diff --git a/keybindings/azerty.json b/keybindings/azerty.json new file mode 100644 index 0000000..3d69d07 --- /dev/null +++ b/keybindings/azerty.json @@ -0,0 +1,14 @@ +{ + "templates": ["default"], + "actions": { + "z": ["move", "north"], + "w": null, + "W": null, + "q": ["move", "west"], + "a": ["drop"], + "A": ["take"], + "Z": ["input", ["attack", ["north"]]], + "Q": ["input", ["attack", ["west"]]] + }, + "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