You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
This is an issue with the library and not Atom. getCurrentKeyboardLanguage returns the OS language on Windows (10) instead the keyboard language.
Steps to Reproduce
Let's say your OS language is Germany and using a German keyboard layout. getCurrentKeyboardLanguage() will report de-DE as keyboard language but if you switch to another keyboard layout the reported keyboard language is still de-DE.
Expected behavior:
Keyboard language should match the language of the selected keyboard layout.
Actual behavior:
German OS language + German keyboard layout:
Layout: 00000407
Language: de-DE
German OS language + France keyboard layout:
Layout: 0000040C (France)
Language: de-DE
Reproduces how often:
Always
Versions
keyboard-layout v2.0.16
The text was updated successfully, but these errors were encountered:
Description
This is an issue with the library and not Atom.
getCurrentKeyboardLanguage
returns the OS language on Windows (10) instead the keyboard language.Steps to Reproduce
Let's say your OS language is Germany and using a German keyboard layout.
getCurrentKeyboardLanguage()
will reportde-DE
as keyboard language but if you switch to another keyboard layout the reported keyboard language is stillde-DE
.Expected behavior:
Keyboard language should match the language of the selected keyboard layout.
Actual behavior:
German OS language + German keyboard layout:
German OS language + France keyboard layout:
Reproduces how often:
Always
Versions
keyboard-layout
v2.0.16
The text was updated successfully, but these errors were encountered: