summaryrefslogtreecommitdiff
path: root/keybindings/azerty.json
blob: 3d69d072ff2f6c6df8aec12e215263c77539dd12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
}