gabdube / native-windows-gui

A light windows GUI toolkit for rust
https://gabdube.github.io/native-windows-gui/
MIT License
1.93k stars 125 forks source link

Layout-insensitive menu key accelerators (working with non-latin layouts) #292

Open eugenesvk opened 2 months ago

eugenesvk commented 2 months ago

This might be a continuation of this https://github.com/gabdube/native-windows-gui/issues/259

How would I make sure that a &Help menu is activated if I press the H key regardless of the currently active layout (even if it's not Latin and that key would print another letter than H)?