mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
Navigator lower-left corner icons for Fullscreen and Workspace mode
Added icons to toggle fullscreen & show/hide windows. Using View names instead of hardcoded string. Cleanup some UI variables.
This commit is contained in:
@@ -58,19 +58,25 @@
|
||||
#define SHORTCUT_OUTPUTDISABLE "END"
|
||||
#define MENU_OUTPUTFULLSCREEN ICON_FA_EXPAND_ALT " Fullscreen window"
|
||||
#define SHORTCUT_OUTPUTFULLSCREEN CTRL_MOD "F"
|
||||
#define MENU_PINWINDOW ICON_FA_MAP_PIN " Pin window to view"
|
||||
#define MENU_CLOSE ICON_FA_TIMES " Close"
|
||||
|
||||
#define TOOLTIP_NOTE " New note "
|
||||
#define TOOLTIP_NOTE "New note "
|
||||
#define SHORTCUT_NOTE CTRL_MOD "Shift+N"
|
||||
#define TOOLTIP_PLAYER " Player "
|
||||
#define TOOLTIP_PLAYER "Player "
|
||||
#define SHORTCUT_PLAYER CTRL_MOD "P"
|
||||
#define TOOLTIP_OUTPUT " Output "
|
||||
#define TOOLTIP_OUTPUT "Output "
|
||||
#define SHORTCUT_OUTPUT CTRL_MOD "D"
|
||||
#define TOOLTIP_TIMER " Timer "
|
||||
#define TOOLTIP_TIMER "Timer "
|
||||
#define SHORTCUT_TIMER CTRL_MOD "T"
|
||||
#define TOOLTIP_FULLSCREEN " Fullscreen "
|
||||
#define TOOLTIP_FULLSCREEN "Fullscreen "
|
||||
#define SHORTCUT_FULLSCREEN CTRL_MOD "Shift+F"
|
||||
#define TOOLTIP_MAIN "Main menu "
|
||||
#define SHORTCUT_MAIN "HOME"
|
||||
#define TOOLTIP_NEW_SOURCE "New source "
|
||||
#define SHORTCUT_NEW_SOURCE "INS"
|
||||
#define TOOLTIP_HIDE "Hide windows "
|
||||
#define TOOLTIP_SHOW "Show windows "
|
||||
#define SHORTCUT_HIDE "ESC"
|
||||
|
||||
#include "SourceList.h"
|
||||
#include "InfoVisitor.h"
|
||||
|
||||
Reference in New Issue
Block a user