On my Windows there are at least keyboard sets, for completely different languages.
If, for example, I click Alt-T in Firefox, the Tools menu will open, both if the keyboard layout is Hebrew or English. (Mozilla's behavior is inconsistent in that respect, but forget it for now).
When building a wxWidgets applications, the language must be English, since alt+ה is a different key.
Is there a simple way, or a workaround, as the GUI developer, to get WX or any other environment to response identically regardless of the keyboard mapping?
Is it "correct"? (oh, yes, it is, since the keyboard switch is shifting too often)
How is it done in Firefox?
How can this be done in wxPython? in VB6?