summaryrefslogtreecommitdiff
path: root/keybindings/default.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-29 10:12:23 +0200
committertroido <troido@protonmail.com>2020-09-29 10:12:23 +0200
commitc899971bd4d3071d9f5ccdbcc928f95369a03937 (patch)
tree65aba562298ff182fb3fc2fbf886e19aa26bb077 /keybindings/default.json
parentf05b2f8560df7d79465f12714edd2f4e17109215 (diff)
when ground is not selected just take whatever
Diffstat (limited to 'keybindings/default.json')
-rw-r--r--keybindings/default.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/keybindings/default.json b/keybindings/default.json
index 94ab8ba..e3a1f53 100644
--- a/keybindings/default.json
+++ b/keybindings/default.json
@@ -12,9 +12,8 @@
"j": ["move", "south"],
"l": ["move", "east"],
"h": ["move", "west"],
-"e": ["input", ["take", null]],
+"e": ["take"],
"q": ["drop"],
-"Q": ["take"],
"E": ["use"],
"R": ["input", ["interact", ["none"]]],
"r": ["input", ["interact", ["none", "north", "south", "east", "west"]]],