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

Allow overriding shortcut keys #571

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Allow overriding shortcut keys #571

merged 1 commit into from
Jun 14, 2024

Conversation

dail8859
Copy link
Owner

Closes #569. Adding a [Shortcuts] section in the ini file will override the default shortcuts. https://doc.qt.io/qt-6/qkeysequence.html#QKeySequence-1 is used to parse out the shortcut string. E.g.

[Shortcuts]
New=Ctrl+F1

Closes #569. Adding a `[Shortcuts]` section in the ini file will override the default shortcuts. https://doc.qt.io/qt-6/qkeysequence.html#QKeySequence-1 is used to parse out the shortcut string. E.g.

[Shortcuts]
New=Ctrl+F1
@dail8859 dail8859 merged commit fd6040c into master Jun 14, 2024
11 checks passed
@dail8859 dail8859 deleted the shortcuts branch June 14, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Key Rebindings / Shortcuts Remappings ?
1 participant