mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Cleanup UI
Ensure icons are dedicated to one single thing.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#define SHORTCUT_SAVE_FILE CTRL_MOD "S"
|
||||
#define MENU_SAVEAS_FILE ICON_FA_FILE_DOWNLOAD " Save as"
|
||||
#define SHORTCUT_SAVEAS_FILE CTRL_MOD "Shift+S"
|
||||
#define MENU_HELP ICON_FA_LIFE_RING " Help"
|
||||
#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"
|
||||
#define MENU_CUT ICON_FA_CUT " Cut"
|
||||
@@ -38,7 +38,7 @@
|
||||
#define SHORTCUT_DELETE "Del"
|
||||
#define MENU_PASTE ICON_FA_PASTE " Paste"
|
||||
#define SHORTCUT_PASTE CTRL_MOD "V"
|
||||
#define MENU_SELECTALL ICON_FA_LIST " Select all"
|
||||
#define MENU_SELECTALL ICON_FA_TH_LIST " Select all"
|
||||
#define SHORTCUT_SELECTALL CTRL_MOD "A"
|
||||
#define MENU_UNDO ICON_FA_UNDO " Undo"
|
||||
#define SHORTCUT_UNDO CTRL_MOD "Z"
|
||||
|
||||
Reference in New Issue
Block a user