aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.h
diff options
context:
space:
mode:
authorVadim Shpakovski2012-11-23 23:46:04 +0300
committerVadim Shpakovski2012-11-23 23:46:04 +0300
commita89afec679f5ce42e73f085ce13f115fcae8afb9 (patch)
treeede5ce4dc5f1e4c6be1e28a46f373f0f8a9370f6 /MASShortcut.h
parentbc56cdc907541cb633e8787424e0112ed856a5e9 (diff)
downloadMASShortcut-a89afec679f5ce42e73f085ce13f115fcae8afb9.tar.bz2
Enables support for exlusive Option modifier.
Diffstat (limited to 'MASShortcut.h')
-rw-r--r--MASShortcut.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MASShortcut.h b/MASShortcut.h
index 3c6c109..06507f6 100644
--- a/MASShortcut.h
+++ b/MASShortcut.h
@@ -51,4 +51,9 @@ enum {
- (BOOL)isTakenError:(NSError **)error;
+// The following API enable hotkeys with the Option key as the only modifier
+// For example, Option-G will not generate © and Option-R will not paste ®
++ (void)setAllowsAnyHotkeyWithOptionModifier:(BOOL)allow;
++ (BOOL)allowsAnyHotkeyWithOptionModifier;
+
@end