Skip to content

Commit

Permalink
chore(UI): Unbind suicide, provide defaults for others such as Spellc…
Browse files Browse the repository at this point in the history
…asting (#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>
  • Loading branch information
RobbieNeko and autofix-ci[bot] authored Apr 23, 2024
1 parent a87e89a commit 017122d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions data/raw/keybindings/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1956,8 +1957,7 @@
"type": "keybinding",
"name": "Commit Suicide",
"category": "DEFAULTMODE",
"id": "SUICIDE",
"bindings": [ { "input_method": "keyboard", "key": "Q" } ]
"id": "SUICIDE"
},
{
"type": "keybinding",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 017122d

Please sign in to comment.