diff options
Diffstat (limited to 'asciifarm/keybindings/keybindings.json')
| -rw-r--r-- | asciifarm/keybindings/keybindings.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/asciifarm/keybindings/keybindings.json b/asciifarm/keybindings/keybindings.json index f43515e..d2148e5 100644 --- a/asciifarm/keybindings/keybindings.json +++ b/asciifarm/keybindings/keybindings.json @@ -23,9 +23,10 @@ ["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], +"x": ["selectitem", -1, true, true], +"c": ["selectitem", 1, true, true], +"v": ["selectwidget", -1, true, true], +"b": ["selectwidget", 1, true, true], "f": ["do", [ ["input", ["attack"]], ["input", ["attack", "north"]], |
