Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.92k stars 164 forks source link

win32 keyboard layout variants #2561

Open totaam opened 4 years ago

totaam commented 4 years ago

Splitting from #2560.

See also #1172 : "untranslated keyboard".

We now get a detailed codemap for the keyboard layout, there are many variants all mapped to the same x11 layout name.

ie:

    0x0000042b  : ("am", "Armenian Eastern"),
    0x0002042b  : ("am", "Armenian Phonetic"),
    0x0003042b  : ("am", "Armenian Typewriter"),
    0x0001042b  : ("am", "Armenian Western"),

We should use the extra information to select the correct layout variant.

totaam commented 4 years ago

This may help: Default Input Profiles (Input Locales) in Windows