Support Unicode sequences on Windows through WinCompose ONLY

This commit is contained in:
Josh Klar
2018-09-30 20:35:41 -07:00
parent 137de41743
commit 0ccd27703d
3 changed files with 17 additions and 0 deletions

View File

@@ -453,6 +453,7 @@ class KMK(KeycodeCategory):
KC_UC_MODE_MACOS = KC_UC_MODE_OSX = KC_UC_MODE_RALT = UnicodeModeKeycode.from_mode_const(
UnicodeModes.RALT,
)
KC_UC_MODE_WINC = UnicodeModeKeycode.from_mode_const(UnicodeModes.WINC)
class Layers(KeycodeCategory):