Skip to content

Commit a5161ce

Browse files
authored
remove keybind from move view options (#79453)
1 parent 7b6d7b0 commit a5161ce

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

data/raw/keybindings.json

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,55 +2331,35 @@
23312331
"name": "Center view",
23322332
"category": "DEFAULTMODE",
23332333
"id": "center",
2334-
"bindings": [
2335-
{ "input_method": "keyboard_char", "key": ":" },
2336-
{ "input_method": "keyboard_code", "key": ";", "mod": [ "shift" ] },
2337-
{ "input_method": "gamepad", "key": "JOY_8" }
2338-
]
2334+
"bindings": [ { "input_method": "gamepad", "key": "JOY_8" } ]
23392335
},
23402336
{
23412337
"type": "keybinding",
23422338
"name": "Move view north",
23432339
"category": "DEFAULTMODE",
23442340
"id": "shift_n",
2345-
"bindings": [
2346-
{ "input_method": "keyboard_char", "key": "K" },
2347-
{ "input_method": "keyboard_code", "key": "k", "mod": [ "shift" ] },
2348-
{ "input_method": "gamepad", "key": "JOY_21" }
2349-
]
2341+
"bindings": [ { "input_method": "gamepad", "key": "JOY_21" } ]
23502342
},
23512343
{
23522344
"type": "keybinding",
23532345
"name": "Move view east",
23542346
"category": "DEFAULTMODE",
23552347
"id": "shift_e",
2356-
"bindings": [
2357-
{ "input_method": "keyboard_char", "key": "L" },
2358-
{ "input_method": "keyboard_code", "key": "l", "mod": [ "shift" ] },
2359-
{ "input_method": "gamepad", "key": "JOY_22" }
2360-
]
2348+
"bindings": [ { "input_method": "gamepad", "key": "JOY_22" } ]
23612349
},
23622350
{
23632351
"type": "keybinding",
23642352
"name": "Move view south",
23652353
"category": "DEFAULTMODE",
23662354
"id": "shift_s",
2367-
"bindings": [
2368-
{ "input_method": "keyboard_char", "key": "J" },
2369-
{ "input_method": "keyboard_code", "key": "j", "mod": [ "shift" ] },
2370-
{ "input_method": "gamepad", "key": "JOY_23" }
2371-
]
2355+
"bindings": [ { "input_method": "gamepad", "key": "JOY_23" } ]
23722356
},
23732357
{
23742358
"type": "keybinding",
23752359
"name": "Move view west",
23762360
"category": "DEFAULTMODE",
23772361
"id": "shift_w",
2378-
"bindings": [
2379-
{ "input_method": "keyboard_char", "key": "H" },
2380-
{ "input_method": "keyboard_code", "key": "h", "mod": [ "shift" ] },
2381-
{ "input_method": "gamepad", "key": "JOY_24" }
2382-
]
2362+
"bindings": [ { "input_method": "gamepad", "key": "JOY_24" } ]
23832363
},
23842364
{
23852365
"type": "keybinding",

0 commit comments

Comments
 (0)