Command palette - part 1

This commit is contained in:
YohananDiamond 2023-06-15 02:04:45 -03:00
parent 89f8c8fa19
commit 231853cd94
7 changed files with 145 additions and 4 deletions

View file

@ -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);