Hello. Normally I’m using code editors like Sublime Text / Visual Studio Code, so I’m trying to do unification for hotkeys. This editors allow to use hotkey combos. Like
Ctrl + K + B, formally [Ctrl + K, Ctrl + B]
really: ctrl down, k down up, b down up, ctrl up
So … this feature will increase usability of hotkeys.
Here is an example from VSCode.