This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Spanish Keyboard: BracketLeft
is not populated in keymap
#36
Labels
Hi there,
First off, thank you for this library! It was tremendously helpful in adding intl keyboard support for my project.
It's worked great in general, but I'm seeing a strange issue on Windows 10 with the Spanish keyboard (es-ES).
When I call
getCurrentKeymap
, it seems to be missing theBracketLeft
key in this case:This reproduces in both Electron (v1.7.7) and Node (v.7.2.1).
A minimal repro is as follows:
npm install keyboard-layout
node
for the node CLIrequire("keyboard-layout").getCurrentKeymap()["BracketLeft"]
Expected: Should see an entry for this key binding.
Actual: No entry is shown, but
BracketRight
has a key map entry:Thanks for your help.
The text was updated successfully, but these errors were encountered: