In the code, I implemented a shortcut (Alt + /) to display a dialog box. While it works well with English keyboard layouts, the problem arises with other layouts where the Slash key (keycode 191) generates a different keycode.
Is there some workaround with the help of JSNI?
I would greatly appreciate any help in determining how to check the character code and verify if the Alt key is pressed.
Thanks in advanceÂ