Rename 'alternative' to 'snap cursor, with ALT or option key (OSX)

This commit is contained in:
Bruno Herbelin
2023-08-31 15:11:35 +02:00
parent 124415363f
commit ccc3c86900
2 changed files with 8 additions and 6 deletions

View File

@@ -132,10 +132,12 @@
#ifdef APPLE
#define CTRL_MOD "Cmd+"
#define ALT_MOD "Option+"
#define ALT_MOD "option"
#define ALT_LOCK " OPT LOCK"
#else
#define CTRL_MOD "Ctrl+"
#define ALT_MOD "Alt+"
#define ALT_MOD "Alt"
#define ALT_LOCK " ALT LOCK"
#endif
#define MENU_NEW_FILE ICON_FA_FILE " New"