New Pause recording

Allows Pause/resume recording. Menu shows info when recording
This commit is contained in:
Bruno Herbelin
2024-01-14 16:33:43 +01:00
parent 9768d17b9b
commit fad4be419a
7 changed files with 176 additions and 81 deletions

View File

@@ -176,6 +176,8 @@
#define SHORTCUT_RECORD CTRL_MOD "R"
#define MENU_RECORDCONT ICON_FA_STOP_CIRCLE " Save & continue"
#define SHORTCUT_RECORDCONT CTRL_MOD "Shift+R"
#define MENU_RECORDPAUSE ICON_FA_PAUSE_CIRCLE " Pause Record"
#define SHORTCUT_RECORDPAUSE CTRL_MOD "Space"
#define MENU_CAPTUREFRAME ICON_FA_CAMERA_RETRO " Capture frame"
#define SHORTCUT_CAPTURE_DISPLAY "F11"
#define SHORTCUT_CAPTURE_PLAYER "F10"
@@ -222,6 +224,10 @@
#define TOOLTIP_PANEL_VISIBLE "Panel always visible "
#define TOOLTIP_PANEL_AUTO "Panel auto hide "
#define SHORTCUT_PANEL_MODE "HOME"
#define MENU_PLAY_PAUSE ICON_FA_PLAY " Play | Pause"
#define SHORTCUT_PLAY_PAUSE "Space"
#define MENU_PLAY_BEGIN ICON_FA_FAST_BACKWARD " Go to Beginning"
#define SHORTCUT_PLAY_BEGIN CTRL_MOD "B"
#define LABEL_AUTO_MEDIA_PLAYER ICON_FA_USER_CIRCLE " User selection"
#define LABEL_STORE_SELECTION " Create batch"