You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
463 B
22 lines
463 B
9 years ago
|
//
|
||
|
// SRKeyEquivalentModifierMaskTransformer.h
|
||
|
// ShortcutRecorder
|
||
|
//
|
||
|
// Copyright 2012 Contributors. All rights reserved.
|
||
|
//
|
||
|
// License: BSD
|
||
|
//
|
||
|
// Contributors to this file:
|
||
|
// Ilya Kulakov
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
|
||
|
/*!
|
||
|
Transform dictionary representation of shortcut into string suitable
|
||
|
for -setKeyEquivalentModifierMask: of NSButton and NSMenuItem.
|
||
|
*/
|
||
|
@interface SRKeyEquivalentModifierMaskTransformer : NSValueTransformer
|
||
|
|
||
|
@end
|