Started reworking autotype inputs to better differentiate between default and non default sequences

This commit is contained in:
michael starke
2014-12-22 16:56:23 +01:00
parent 151e13bdae
commit 06a3b9acd7
2 changed files with 35 additions and 7 deletions

View File

@@ -42,11 +42,13 @@
@property (weak) IBOutlet NSButton *enableAutotypeCheckButton;
@property (weak) IBOutlet NSButton *obfuscateAutotypeCheckButton;
@property (weak) IBOutlet NSTableView *windowAssociationsTableView;
@property (weak) IBOutlet NSButton *enableCustomEntrySequenceButton;
@property (weak) IBOutlet NSTextField *customEntrySequenceTextField;
@property (weak) IBOutlet NSComboBox *windowTitleComboBox;
@property (weak) IBOutlet NSButton *removeAssociationButton;
@property (weak) IBOutlet NSButton *addAssociationButton;
@property (weak) IBOutlet NSButton *enableCustomAssociationSequenceButton;
@property (weak) IBOutlet NSTextField *associationSequenceTextField;