Added API stub to allow for keystroke overrides when performing autotype

This commit is contained in:
Michael Starke
2018-08-24 15:57:00 +02:00
parent affc02c933
commit 2276a2b954
2 changed files with 8 additions and 4 deletions

View File

@@ -39,6 +39,7 @@
- (instancetype)init NS_UNAVAILABLE;
- (void)performAutotypeForEntry:(KPKEntry *)entry;
- (void)performAutotypeForEntry:(KPKEntry *)entry overrideSequence:(NSString *)sequence;
- (void)selectAutotypeCandiate:(MPAutotypeContext *)context;
- (void)cancelAutotypeCandidateSelection;