SessionCtl // Allow JIS_EiSu key to toggle Alphanumerical mode.

This commit is contained in:
ShikiSuen 2023-01-24 17:26:43 +08:00
parent bb2533a2aa
commit 72560e82e2
1 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,14 @@ extension SessionCtl {
} }
} }
// JIS
if event.type == .keyDown {
if event.isJISAlphanumericalKey {
toggleAlphanumericalMode()
return true // Adobe Photoshop JIS true
}
}
// MARK: // MARK:
// Shift // Shift