New Preview of source for Player

F6 and F7 (new) keys trigger preview of output display and current source in player, respectively.
This commit is contained in:
Bruno Herbelin
2024-01-06 15:31:32 +01:00
parent eeeba3d2b7
commit a913cee7a4
6 changed files with 85 additions and 32 deletions

View File

@@ -185,7 +185,8 @@
#define SHORTCUT_OUTPUTDISABLE "F12"
#define ICON_PREVIEW 4, 15
#define MENU_PREVIEW "Preview"
#define SHORTCUT_PREVIEW "F6"
#define SHORTCUT_PREVIEW_OUT "F6"
#define SHORTCUT_PREVIEW_SRC "F7"
#define MENU_CLOSE ICON_FA_TIMES " Close"
#define DIALOG_FAILED_SOURCE ICON_FA_EXCLAMATION_TRIANGLE " Source failure"