Keybinding
-
How to implement dynamic key binding. For ex user can change shortcut key using binding editor.
Suppose I can open a new window using ctrl + N. Now I can detect and create a hard bind for this. Now if user wants to change shortcut to some other keys then user will use some key binding editor.
How to implement binding editor and how to implement those shortcuts in Qt.