mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-22 23:59:59 +01:00
New Pause recording
Allows Pause/resume recording. Menu shows info when recording
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user