Skip to content

Commit

Permalink
Merge pull request #57764 from dseguin/main_menu_overhaul
Browse files Browse the repository at this point in the history
Main menu overhaul (Part 1):  Mouse controls + Vertical submenus
  • Loading branch information
kevingranade authored Jun 2, 2022
2 parents 6718bdf + ac259d3 commit 369fc6f
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 776 deletions.
33 changes: 33 additions & 0 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3538,6 +3538,39 @@
{ "input_method": "keyboard_any", "key": "ESC" }
]
},
{
"type": "keybinding",
"id": "LOAD",
"category": "LOAD_DELETE_CANCEL",
"name": "Load",
"bindings": [
{ "input_method": "keyboard_char", "key": "L" },
{ "input_method": "keyboard_code", "key": "l", "mod": [ "shift" ] },
{ "input_method": "keyboard_any", "key": "l" }
]
},
{
"type": "keybinding",
"id": "DELETE",
"category": "LOAD_DELETE_CANCEL",
"name": "Delete",
"bindings": [
{ "input_method": "keyboard_char", "key": "D" },
{ "input_method": "keyboard_code", "key": "d", "mod": [ "shift" ] },
{ "input_method": "keyboard_any", "key": "d" }
]
},
{
"type": "keybinding",
"id": "CANCEL",
"category": "LOAD_DELETE_CANCEL",
"name": "Cancel",
"bindings": [
{ "input_method": "keyboard_char", "key": "C" },
{ "input_method": "keyboard_code", "key": "c", "mod": [ "shift" ] },
{ "input_method": "keyboard_any", "key": "c" }
]
},
{
"type": "keybinding",
"id": "YES",
Expand Down
Loading

0 comments on commit 369fc6f

Please sign in to comment.