diff options
| author | Vadim Shpakovski | 2012-11-23 23:46:04 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2012-11-23 23:46:04 +0300 | 
| commit | a89afec679f5ce42e73f085ce13f115fcae8afb9 (patch) | |
| tree | ede5ce4dc5f1e4c6be1e28a46f373f0f8a9370f6 /MASShortcut.h | |
| parent | bc56cdc907541cb633e8787424e0112ed856a5e9 (diff) | |
| download | MASShortcut-a89afec679f5ce42e73f085ce13f115fcae8afb9.tar.bz2 | |
Enables support for exlusive Option modifier.
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  | 
