mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-25 21:12:01 +08:00
Support "Kana" and "Eisu" keys on Japanese Apple Pro Keyboard (JIS) (#7040)
* Support "Kana" and "Eisu" keys on Japanese Apple Pro Keyboard (JIS) * Update ChangeLog Co-authored-by: Serhii Hadzhilov <serhii-external@symless.com> Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>
This commit is contained in:
parent
2fdde93f3d
commit
16d9a3dce0
@ -16,6 +16,7 @@ Enhancements:
|
||||
- #7035 Add Fedora 34 build
|
||||
- #7037 Add Ubuntu 21.04 build
|
||||
- #7030 | #7041 | #7043 Add user notification for secure input on Mac
|
||||
- #7040 Support "Kana" and "Eisu" keys on Japanese Apple Pro Keyboard (JIS)
|
||||
===========
|
||||
|
||||
v1.14.0-stable
|
||||
|
||||
@ -118,6 +118,11 @@ static const KeyEntry s_controlKeys[] = {
|
||||
// toggle modifiers
|
||||
{ kKeyNumLock, s_numLockVK },
|
||||
{ kKeyCapsLock, s_capsLockVK },
|
||||
|
||||
// for Apple Pro JIS Keyboard, map Kana (IME activate) to Henkan (show next IME conversion), and
|
||||
// Eisu (IME deactivate) to Zenkaku (IME activation toggle) on Windows Japanese keyboard (OADG109A)
|
||||
{ kKeyHenkan, kVK_JIS_Kana },
|
||||
{ kKeyZenkaku, kVK_JIS_Eisu },
|
||||
|
||||
{ kKeyMissionControl, s_missionControlVK },
|
||||
{ kKeyLaunchpad, s_launchpadVK },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user