pushies.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/// Context applied to LMB actions
|
||||
#define SCREENTIP_CONTEXT_LMB "LMB"
|
||||
|
||||
/// Context applied to RMB actions
|
||||
#define SCREENTIP_CONTEXT_RMB "RMB"
|
||||
|
||||
/// Context applied to Ctrl-LMB actions
|
||||
#define SCREENTIP_CONTEXT_CTRL_LMB "Ctrl-LMB"
|
||||
|
||||
/// Screentips are always disabled
|
||||
#define SCREENTIP_PREFERENCE_DISABLED "Disabled"
|
||||
|
||||
/// Screentips are always enabled
|
||||
#define SCREENTIP_PREFERENCE_ENABLED "Enabled"
|
||||
|
||||
/// Screentips are only enabled when they have context
|
||||
#define SCREENTIP_PREFERENCE_CONTEXT_ONLY "Only with tips"
|
||||
Reference in New Issue
Block a user