diff options
Diffstat (limited to 'MASShortcut.h')
| -rw-r--r-- | MASShortcut.h | 5 |
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 |
