Implemented obfuscated autotyping and restoring of pasteboard objects

This commit is contained in:
James Hurst
2014-08-24 15:23:15 -04:00
parent e8dfcf6cda
commit e482ec04d2
10 changed files with 273 additions and 135 deletions

View File

@@ -38,6 +38,7 @@
/* Autotype */
@property (weak) IBOutlet NSButton *enableAutotypeCheckButton;
@property (weak) IBOutlet NSButton *obfuscateAutotypeCheckButton;
@property (weak) IBOutlet NSTableView *windowAssociationsTableView;
@property (weak) IBOutlet NSTextField *customEntrySequenceTextField;
@property (weak) IBOutlet NSComboBox *windowTitleComboBox;