Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customisable Hotkeys #7

Open
lordkitsuna opened this issue Sep 3, 2018 · 2 comments
Open

Customisable Hotkeys #7

lordkitsuna opened this issue Sep 3, 2018 · 2 comments
Assignees
Labels
configuration Issue is related to config files and/or its GUI frontend enhancement New feature or request gui

Comments

@lordkitsuna
Copy link
Collaborator

Currently commit b1bbd3a0 implemented as HotkeysView; a read only ConfigView-style clone.

@lordkitsuna
Copy link
Collaborator Author

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

@lordkitsuna lordkitsuna added enhancement New feature or request gui labels Sep 3, 2018
@BluABK
Copy link
Owner

BluABK commented Sep 3, 2018

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.

@BluABK BluABK added the configuration Issue is related to config files and/or its GUI frontend label Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration Issue is related to config files and/or its GUI frontend enhancement New feature or request gui
Projects
None yet
Development

No branches or pull requests

2 participants