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

@@ -119,3 +119,4 @@ class UnicodeModes:
NOOP = 0
LINUX = IBUS = 1
MACOS = OSX = RALT = 2
WINC = 3