GUI: add play from beginning hotkey
This commit is contained in:
parent
8b33525a36
commit
fe4aec70db
4 changed files with 9 additions and 0 deletions
|
|
@ -1545,6 +1545,7 @@ void FurnaceGUI::drawSettings() {
|
|||
UI_KEYBIND_CONFIG(GUI_ACTION_PLAY_TOGGLE);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_PLAY);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_STOP);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_PLAY_START);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_PLAY_REPEAT);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_PLAY_CURSOR);
|
||||
UI_KEYBIND_CONFIG(GUI_ACTION_STEP_ONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue