From bf2a8ed5f63edf3f6eb4fedbb9b4f0caee210416 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 1 Sep 2014 19:05:45 +0200 Subject: [PATCH] Added settings key for Defautl Global Autotype Keystrokes --- MacPass/MPSettingsHelper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MacPass/MPSettingsHelper.h b/MacPass/MPSettingsHelper.h index ffb0acd8..3821c80c 100644 --- a/MacPass/MPSettingsHelper.h +++ b/MacPass/MPSettingsHelper.h @@ -49,6 +49,7 @@ APPKIT_EXTERN NSString *const kMPSettingsKeyRememberKeyFilesForDatabases; // APPKIT_EXTERN NSString *const kMPSettingsKeySendCommandForControlKey; // Should MacPass swap control for command. This is usefull in a cross plattform environment APPKIT_EXTERN NSString *const kMPSettingsKeyEnableGlobalAutotype; // Is Global Autotype enabled? APPKIT_EXTERN NSString *const kMPSettingsKeyGlobalAutotypeKeyDataKey; // The stored Data for the useder defined global autotype key +APPKIT_EXTERN NSString *const kMPSettingsKeyDefaultGlobalAutotypeSequence; // Default sequence used for Autotype /* Search */ APPKIT_EXTERN NSString *const kMPSettingsKeyEntrySearchFilterContext;