Skip to content

Commit

Permalink
fix: move default keybind for auto-travel mode to something less like…
Browse files Browse the repository at this point in the history
…ly to be hit by accident (#5257)
  • Loading branch information
chaosvolt authored Aug 27, 2024
1 parent 41e75ff commit 1d106ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/raw/keybindings/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@
"name": "Toggle Auto Travel Mode",
"category": "DEFAULTMODE",
"id": "auto_travel_mode",
"bindings": [ { "input_method": "keyboard", "key": "," } ]
"bindings": [ { "input_method": "keyboard", "key": "CTRL+M" } ]
},
{
"type": "keybinding",
Expand Down

0 comments on commit 1d106ac

Please sign in to comment.