Some reshuffling of the Autotype Code.

Added preferences key for Ctrl/Command swapping, since this might be a problem in multi platform use cases
This commit is contained in:
michael starke
2013-11-28 01:42:00 +01:00
parent 213bb3d51f
commit c14bcf497e
4 changed files with 83 additions and 7 deletions

View File

@@ -46,6 +46,9 @@ APPKIT_EXTERN NSString *const kMPSettingsKeyLastKeyURL;
APPKIT_EXTERN NSString *const kMPSettingsKeyRememberLastKey;
*/
/* Autotype */
APPKIT_EXTERN NSString *const kMPSettingsKeySendCommandForControlKey;
typedef NS_ENUM(NSUInteger, MPPasswordEncoding) {
MPPasswordEncodingUTF8,
MPPasswordEncodingASCII,