From 017122ddf04e06657bfcbbd382a1083a364e199e Mon Sep 17 00:00:00 2001 From: RobbieNeko <30732426+RobbieNeko@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:18:12 -0400 Subject: [PATCH] chore(UI): Unbind suicide, provide defaults for others such as Spellcasting (#4503) * Unbind suicide, provide defaults for others. * Bind auto-travel to comma by default Thanks Viss, very cool suggestion * style(autofix.ci): automated formatting * Defer to Scarf, put LUA console on ` --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- data/raw/keybindings/keybindings.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/data/raw/keybindings/keybindings.json b/data/raw/keybindings/keybindings.json index 081abfc664e7..c7cc5aada769 100644 --- a/data/raw/keybindings/keybindings.json +++ b/data/raw/keybindings/keybindings.json @@ -1922,7 +1922,8 @@ "type": "keybinding", "name": "Toggle Auto Travel Mode", "category": "DEFAULTMODE", - "id": "auto_travel_mode" + "id": "auto_travel_mode", + "bindings": [ { "input_method": "keyboard", "key": "," } ] }, { "type": "keybinding", @@ -1956,8 +1957,7 @@ "type": "keybinding", "name": "Commit Suicide", "category": "DEFAULTMODE", - "id": "SUICIDE", - "bindings": [ { "input_method": "keyboard", "key": "Q" } ] + "id": "SUICIDE" }, { "type": "keybinding", @@ -2050,13 +2050,15 @@ "type": "keybinding", "name": "Debug Menu", "category": "DEFAULTMODE", - "id": "debug" + "id": "debug", + "bindings": [ { "input_method": "keyboard", "key": "F11" } ] }, { "type": "keybinding", "name": "Lua Console", "category": "DEFAULTMODE", - "id": "lua_console" + "id": "lua_console", + "bindings": [ { "input_method": "keyboard", "key": "`" } ] }, { "type": "keybinding", @@ -2333,13 +2335,15 @@ "type": "keybinding", "id": "cast_spell", "name": "Spellcasting", - "category": "DEFAULTMODE" + "category": "DEFAULTMODE", + "bindings": [ { "input_method": "keyboard", "key": "]" } ] }, { "type": "keybinding", "id": "diary", "name": "Open Diary", - "category": "DEFAULTMODE" + "category": "DEFAULTMODE", + "bindings": [ { "input_method": "keyboard", "key": "HOME" } ] }, { "type": "keybinding",