keyboard shortcuts for opening the new windows

This commit is contained in:
Eknous-P 2025-11-10 18:34:41 +04:00
parent b8db5b4a1a
commit 5190d7b9e6

View file

@ -2268,6 +2268,9 @@ void FurnaceGUI::drawSettings() {
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_EFFECT_LIST);
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_DEBUG);
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_CS_PLAYER);
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_REF_PLAYER);
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_TUNER);
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_SPECTRUM);
drawKeybindSettingsTableRow(GUI_ACTION_WINDOW_ABOUT);
drawKeybindSettingsTableRow(GUI_ACTION_COLLAPSE_WINDOW);
drawKeybindSettingsTableRow(GUI_ACTION_CLOSE_WINDOW);