What is the difference about them?
In Qt, if I have a hotkey for QPushButton, I can make it by \"Alt + ?\", but if it\'s for qaction, I can press \"?\"
In Windows:
Keyboard key or combination of keys that execute a command in a given context.
Multi-key HotKey with no menu navigation restrictions nor gui elements required.
Single key HotKey which command is to activate a visible command control (requires gui element) that is captioned/labeled with the corresponding hotkey letter underscored.
Multi-key HotKey which command is to activate a command control (requires gui element) regardless of its visibility.