updates to most recent version and puts intent hints!
This commit is contained in:
@@ -4,9 +4,24 @@
|
||||
/// Context applied to RMB actions
|
||||
#define SCREENTIP_CONTEXT_RMB "RMB"
|
||||
|
||||
/// Context applied to Shift-LMB actions
|
||||
#define SCREENTIP_CONTEXT_SHIFT_LMB "Shift-LMB"
|
||||
|
||||
/// Context applied to Ctrl-LMB actions
|
||||
#define SCREENTIP_CONTEXT_CTRL_LMB "Ctrl-LMB"
|
||||
|
||||
/// Context applied to Ctrl-RMB actions
|
||||
#define SCREENTIP_CONTEXT_CTRL_RMB "Ctrl-RMB"
|
||||
|
||||
/// Context applied to Alt-LMB actions
|
||||
#define SCREENTIP_CONTEXT_ALT_LMB "Alt-LMB"
|
||||
|
||||
/// Context applied to Alt-RMB actions
|
||||
#define SCREENTIP_CONTEXT_ALT_RMB "Alt-RMB"
|
||||
|
||||
/// Context applied to Ctrl-Shift-LMB actions
|
||||
#define SCREENTIP_CONTEXT_CTRL_SHIFT_LMB "Ctrl-Shift-LMB"
|
||||
|
||||
/// Screentips are always disabled
|
||||
#define SCREENTIP_PREFERENCE_DISABLED "Disabled"
|
||||
|
||||
@@ -15,3 +30,6 @@
|
||||
|
||||
/// Screentips are only enabled when they have context
|
||||
#define SCREENTIP_PREFERENCE_CONTEXT_ONLY "Only with tips"
|
||||
|
||||
/// Regardless of intent
|
||||
#define INTENT_ANY "intent_any"
|
||||
|
||||
Reference in New Issue
Block a user