command palette: instrument and sample menus

won't be doing for wavetables because they don't have text and that
would be impossible to search through with a keyboard
This commit is contained in:
YohananDiamond 2023-07-31 15:58:38 -03:00
parent 00ee72269f
commit 51148a729c
5 changed files with 55 additions and 4 deletions

View file

@ -560,6 +560,8 @@ const FurnaceGUIActionDef guiActions[GUI_ACTION_MAX]={
D("COMMAND_PALETTE", "Command Palette", FURKMOD_CMD|SDLK_p),
D("CMDPAL_MIN", "", NOT_AN_ACTION),
D("CMDPAL_RECENT", "Recent files (Palette)", 0),
D("CMDPAL_INSTRUMENTS", "Instruments (Palette)", 0),
D("CMDPAL_SAMPLES", "Samples (Palette)", 0),
D("CMDPAL_MAX", "", NOT_AN_ACTION),
D("WINDOW_EDIT_CONTROLS", "Edit Controls", 0),