summaryrefslogtreecommitdiff
path: root/macosx/Source/HotkeyController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/HotkeyController.m')
-rw-r--r--macosx/Source/HotkeyController.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/Source/HotkeyController.m b/macosx/Source/HotkeyController.m
index 58ec0fdd..ce3561c0 100644
--- a/macosx/Source/HotkeyController.m
+++ b/macosx/Source/HotkeyController.m
@@ -136,9 +136,9 @@
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults] ;
NSMutableDictionary *tempUserMappings = [NSMutableDictionary dictionaryWithDictionary:[defaults dictionaryForKey:@"HotkeyBindings"]];
[tempUserMappings setValue:@{@"device": device,
- @"deviceName": deviceLabel,
- @"keyCode": keyCode,
- @"keyLabel": keyLabel} forKey:keyIdent];
+ @"deviceName": deviceLabel,
+ @"keyCode": keyCode,
+ @"keyLabel": keyLabel} forKey:keyIdent];
[defaults setValue:tempUserMappings forKey:@"HotkeyBindings"];
}