mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-19 14:19:57 +01:00
UI improvements, with context menu for additional windows
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
#define MENU_SAVE_ON_EXIT ICON_FA_LEVEL_DOWN_ALT " Save on exit"
|
||||
#define MENU_OPEN_ON_START ICON_FA_LEVEL_UP_ALT " Open last on start"
|
||||
#define SHORTCUT_SAVEAS_FILE CTRL_MOD "Shift+S"
|
||||
#define SHORTCUT_HELP CTRL_MOD "H"
|
||||
#define SHORTCUT_LOGS CTRL_MOD "L"
|
||||
#define MENU_QUIT ICON_FA_POWER_OFF " Quit"
|
||||
#define SHORTCUT_QUIT CTRL_MOD "Q"
|
||||
@@ -77,10 +76,12 @@
|
||||
#define MENU_CLOSE ICON_FA_TIMES " Close"
|
||||
#define DIALOG_FAILED_SOURCE ICON_FA_EXCLAMATION_TRIANGLE " Source failure"
|
||||
|
||||
#define TOOLTIP_NOTE "New sticky note "
|
||||
#define MENU_NOTE ICON_FA_STICKY_NOTE " New sticky note "
|
||||
#define SHORTCUT_NOTE CTRL_MOD "Shift+N"
|
||||
#define TOOLTIP_METRICS "Metrics "
|
||||
#define MENU_METRICS "Metrics"
|
||||
#define SHORTCUT_METRICS CTRL_MOD "M"
|
||||
#define MENU_HELP ICON_FA_LIFE_RING " Help"
|
||||
#define SHORTCUT_HELP CTRL_MOD "H"
|
||||
#define TOOLTIP_PLAYER "Player "
|
||||
#define SHORTCUT_PLAYER CTRL_MOD "P"
|
||||
#define TOOLTIP_OUTPUT "Display "
|
||||
|
||||
Reference in New Issue
Block a user