cueglow / glowdtf

Tech Demo for Controlling GDTF Lights over Art-Net
MIT License
8 stars 0 forks source link

Support Non-American Keyboards #51

Open Firionus opened 3 years ago

Firionus commented 3 years ago

Currently, the plan is to use the Hotkey-support built into Blueprint.js. However, their implementation currently is only valid for US keyboards. For example, the hotkey help dialog should be opened by "?", but on a german keyboard " ' " must be pressed.

Please track https://github.com/palantir/blueprint/issues/4165 for resolving this problem. Alternatively, we can for example consider changing back to react-hotkeys-hook or go to mousetrap/hotkeys libraries directly.