Skip to content

Commit

Permalink
remove keybind from move view options
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Jan 31, 2025
1 parent 2eaa72c commit 197d549
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2331,55 +2331,35 @@
"name": "Center view",
"category": "DEFAULTMODE",
"id": "center",
"bindings": [
{ "input_method": "keyboard_char", "key": ":" },
{ "input_method": "keyboard_code", "key": ";", "mod": [ "shift" ] },
{ "input_method": "gamepad", "key": "JOY_8" }
]
"bindings": [ { "input_method": "gamepad", "key": "JOY_8" } ]
},
{
"type": "keybinding",
"name": "Move view north",
"category": "DEFAULTMODE",
"id": "shift_n",
"bindings": [
{ "input_method": "keyboard_char", "key": "K" },
{ "input_method": "keyboard_code", "key": "k", "mod": [ "shift" ] },
{ "input_method": "gamepad", "key": "JOY_21" }
]
"bindings": [ { "input_method": "gamepad", "key": "JOY_21" } ]
},
{
"type": "keybinding",
"name": "Move view east",
"category": "DEFAULTMODE",
"id": "shift_e",
"bindings": [
{ "input_method": "keyboard_char", "key": "L" },
{ "input_method": "keyboard_code", "key": "l", "mod": [ "shift" ] },
{ "input_method": "gamepad", "key": "JOY_22" }
]
"bindings": [ { "input_method": "gamepad", "key": "JOY_22" } ]
},
{
"type": "keybinding",
"name": "Move view south",
"category": "DEFAULTMODE",
"id": "shift_s",
"bindings": [
{ "input_method": "keyboard_char", "key": "J" },
{ "input_method": "keyboard_code", "key": "j", "mod": [ "shift" ] },
{ "input_method": "gamepad", "key": "JOY_23" }
]
"bindings": [ { "input_method": "gamepad", "key": "JOY_23" } ]
},
{
"type": "keybinding",
"name": "Move view west",
"category": "DEFAULTMODE",
"id": "shift_w",
"bindings": [
{ "input_method": "keyboard_char", "key": "H" },
{ "input_method": "keyboard_code", "key": "h", "mod": [ "shift" ] },
{ "input_method": "gamepad", "key": "JOY_24" }
]
"bindings": [ { "input_method": "gamepad", "key": "JOY_24" } ]
},
{
"type": "keybinding",
Expand Down

0 comments on commit 197d549

Please sign in to comment.