mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 23:09:33 +00:00
Normalization now can expand repeated keystrokes
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
- (instancetype)initWithEntry:(KPKEntry *)entry andSequence:(NSString *)sequence {
|
||||
self = [super init];
|
||||
if(self) {
|
||||
_command = [[sequence normalizedCommand] copy];
|
||||
_command = [[sequence normalizedAutotypeSequence] copy];
|
||||
_entry = entry;
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user