Improved UI and help

This commit is contained in:
Bruno Herbelin
2023-02-22 22:22:12 +01:00
parent e7878bdb8f
commit bf2b5d8882
2 changed files with 33 additions and 21 deletions

View File

@@ -67,7 +67,10 @@
#define MENU_RECORDCONT ICON_FA_STOP_CIRCLE " Save & continue"
#define SHORTCUT_RECORDCONT CTRL_MOD "Alt+R"
#define MENU_CAPTUREFRAME ICON_FA_CAMERA_RETRO " Capture frame"
#define SHORTCUT_CAPTUREFRAME "F11"
#define SHORTCUT_CAPTURE_DISPLAY "F11"
#define SHORTCUT_CAPTURE_PLAYER "F10"
#define MENU_CAPTUREGUI ICON_FA_CAMERA " Screenshot vimix"
#define SHORTCUT_CAPTURE_GUI "F9"
#define MENU_OUTPUTDISABLE ICON_FA_EYE_SLASH " Disable"
#define SHORTCUT_OUTPUTDISABLE "F12"
#define MENU_CLOSE ICON_FA_TIMES " Close"