File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ public enum Key {
261
261
case " rightarrow " , " → " : self = . rightArrow
262
262
case " downarrow " , " ↓ " : self = . downArrow
263
263
case " uparrow " , " ↑ " : self = . upArrow
264
- case " section " , " § " : self = . section
264
+ case " section " , " § " : self = . section
265
265
default : return nil
266
266
}
267
267
}
@@ -381,11 +381,11 @@ public enum Key {
381
381
case UInt32 ( kVK_RightArrow) : self = . rightArrow
382
382
case UInt32 ( kVK_DownArrow) : self = . downArrow
383
383
case UInt32 ( kVK_UpArrow) : self = . upArrow
384
- case UInt32 ( kVK_ISO_Section) : self = . section
384
+ case UInt32 ( kVK_ISO_Section) : self = . section
385
385
default : return nil
386
386
}
387
387
}
388
-
388
+
389
389
public var carbonKeyCode : UInt32 {
390
390
switch self {
391
391
case . a: return UInt32 ( kVK_ANSI_A)
@@ -501,7 +501,7 @@ public enum Key {
501
501
case . rightArrow: return UInt32 ( kVK_RightArrow)
502
502
case . downArrow: return UInt32 ( kVK_DownArrow)
503
503
case . upArrow: return UInt32 ( kVK_UpArrow)
504
- case . section: return UInt32 ( kVK_ISO_Section)
504
+ case . section: return UInt32 ( kVK_ISO_Section)
505
505
}
506
506
}
507
507
}
You can’t perform that action at this time.
0 commit comments