KeyHandlerInput // Add KeyCodes of L/R Shift & CapsLock.
This commit is contained in:
parent
429611f050
commit
dd0aa14509
|
@ -38,6 +38,9 @@ import Cocoa
|
||||||
case home = 115
|
case home = 115
|
||||||
case end = 119
|
case end = 119
|
||||||
case delete = 117
|
case delete = 117
|
||||||
|
case leftShift = 56
|
||||||
|
case rightShift = 60
|
||||||
|
case capsLock = 57
|
||||||
}
|
}
|
||||||
|
|
||||||
// CharCodes: https://theasciicode.com.ar/ascii-control-characters/horizontal-tab-ascii-code-9.html
|
// CharCodes: https://theasciicode.com.ar/ascii-control-characters/horizontal-tab-ascii-code-9.html
|
||||||
|
|
Loading…
Reference in New Issue