Open lordkitsuna opened 6 years ago
Should run through qkeysequence and inherit GenericLineEdit, which connects to keyPressEvent signal.
This allows keyPress to be transformed to QKeySequence which then can be put in hotkeys.ini
Implemented that MainWindow uses hotkeys.ini instead of hardcoded strings in commit d1e58c8. This does not yet go for mouse button mapping, though. See issue #3.
Setting hotkeys from the GUIs HotkeysConfig is not yet implemented, see issue #15.
Currently commit b1bbd3a0 implemented as HotkeysView; a read only ConfigView-style clone.