Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new menu for armor sorting #33799

Closed
wants to merge 13 commits into from
Closed
66 changes: 40 additions & 26 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,20 +419,6 @@
"name": "Enable safemode option",
"bindings": [ { "input_method": "keyboard", "key": "s" }, { "input_method": "keyboard", "key": "S" } ]
},
{
"type": "keybinding",
"id": "USAGE_HELP",
"category": "SORT_ARMOR",
"name": "Display Usage Help",
"bindings": [ { "input_method": "keyboard", "key": "F1" } ]
},
{
"type": "keybinding",
"id": "MOVE_ARMOR",
"category": "SORT_ARMOR",
"name": "Select armor for moving",
"bindings": [ { "input_method": "keyboard", "key": "s" }, { "input_method": "keyboard", "key": "RETURN" } ]
},
{
"type": "keybinding",
"id": "MOVE_PANEL",
Expand All @@ -449,45 +435,73 @@
},
{
"type": "keybinding",
"id": "CHANGE_SIDE",
"id": "USAGE_HELP",
"category": "SORT_ARMOR",
"name": "Change side armor is worn on",
"bindings": [ { "input_method": "keyboard", "key": "c" } ]
"name": "Display Usage Help",
"bindings": [ { "input_method": "keyboard", "key": "F1" } ]
},
{
"type": "keybinding",
"id": "ASSIGN_INVLETS",
"id": "MOVE_ARMOR",
"category": "SORT_ARMOR",
"name": "Assign invlets to armor",
"bindings": [ { "input_method": "keyboard", "key": "r" } ]
"name": "Select armor for moving",
"bindings": [ { "input_method": "keyboard", "key": "RETURN" } ]
},
{
"type": "keybinding",
"id": "CHANGE_SIDE",
"category": "SORT_ARMOR",
"name": "Change side armor is worn on",
"bindings": [ { "input_method": "keyboard", "key": "c" } ]
},
{
"type": "keybinding",
"id": "SORT_ARMOR",
"category": "SORT_ARMOR",
"name": "Sort armor into natural layer order",
"bindings": [ { "input_method": "keyboard", "key": "S" } ]
"bindings": [ { "input_method": "keyboard", "key": "s" }, { "input_method": "keyboard", "key": "S" } ]
},
{
"type": "keybinding",
"id": "EQUIP_ARMOR",
"category": "SORT_ARMOR",
"name": "Equip armor from inventory",
"bindings": [ { "input_method": "keyboard", "key": "e" } ]
"bindings": [ { "input_method": "keyboard", "key": "w" }, { "input_method": "keyboard", "key": "W" } ]
},
{
"type": "keybinding",
"id": "EQUIP_ARMOR_HERE",
"category": "SORT_ARMOR",
"name": "Equip armor from inventory at this position",
"bindings": [ { "input_method": "keyboard", "key": "E" } ]
"bindings": [ { "input_method": "keyboard", "key": "e" }, { "input_method": "keyboard", "key": "E" } ]
},
{
"type": "keybinding",
"id": "REMOVE_ARMOR",
"id": "TAKE_OFF",
"category": "SORT_ARMOR",
"name": "Unequip selected armor",
"bindings": [ { "input_method": "keyboard", "key": "u" } ]
"name": "Take off selected armor",
"bindings": [ { "input_method": "keyboard", "key": "t" }, { "input_method": "keyboard", "key": "T" } ]
},
{
"type": "keybinding",
"id": "DROP",
"category": "SORT_ARMOR",
"name": "Drop selected armor",
"bindings": [ { "input_method": "keyboard", "key": "d" }, { "input_method": "keyboard", "key": "D" } ]
},
{
"type": "keybinding",
"id": "PAGE_UP",
"category": "SORT_ARMOR",
"name": "Select previous category",
"bindings": [ { "input_method": "keyboard", "key": "PPAGE" } ]
},
{
"type": "keybinding",
"id": "PAGE_DOWN",
"category": "SORT_ARMOR",
"name": "Select next category",
"bindings": [ { "input_method": "keyboard", "key": "NPAGE" } ]
},
{
"type": "keybinding",
Expand Down
Loading