Command palette - part 1
This commit is contained in:
parent
89f8c8fa19
commit
231853cd94
7 changed files with 145 additions and 4 deletions
|
|
@ -2227,6 +2227,7 @@ void FurnaceGUI::drawSettings() {
|
|||
if (ImGui::TreeNode("Window activation")) {
|
||||
KEYBIND_CONFIG_BEGIN("keysWindow");
|
||||
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_COMMAND_PALETTE);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_WINDOW_EDIT_CONTROLS);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_WINDOW_ORDERS);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_WINDOW_INS_LIST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue