|
Keyboard accelerators are only a Windows thing and some Linux. So we instead need something fully cross platform.
Also I am not sure how the accelerator letters from a translated string attached to a button even works. How would the software know which QKey value in their event handler to look for and react to under different translations?
Because this Dialog has no normal text input fields, literally any keys can be used. There is no need to prefix them with Alt or Ctrl.
I am going to simply hard code the specific keys (which would not change under translation) and put the key used in that Button's QToolTip so that it would be discoverable cross platform and not change with different translations.
I will give that a try.
|