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

Migrate martial arts details window to imgui #78497

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4875,6 +4875,34 @@
"name": "Toggle NPC group",
"bindings": [ { "input_method": "keyboard_any", "key": "n" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_GENERAL_INFO_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle general info group",
"bindings": [ { "input_method": "keyboard_any", "key": "g" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_BUFFS_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle buffs group",
"bindings": [ { "input_method": "keyboard_any", "key": "b" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_TECHNIQUES_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle techniques group",
"bindings": [ { "input_method": "keyboard_any", "key": "t" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_WEAPONS_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle weapons group",
"bindings": [ { "input_method": "keyboard_any", "key": "w" } ]
},
{
"type": "keybinding",
"id": "HELP_KEYBINDINGS",
Expand Down
Loading
Loading