KeyHandlerInput // Add KeyCodes of L/R Shift & CapsLock.

This commit is contained in:
ShikiSuen 2022-03-04 22:57:22 +08:00
parent 8cd93c066c
commit 4458336440
1 changed files with 3 additions and 0 deletions

View File

@ -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