-
Notifications
You must be signed in to change notification settings - Fork 32
WIP: add shortcut #443
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
base: master
Are you sure you want to change the base?
WIP: add shortcut #443
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: justforlxz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reviewer's GuideThis PR adds a new GlobalShortcut component (with public and private classes) for managing QAction-to-key-sequence mappings using the d-pointer pattern, and updates the build configuration to include these new source files. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot New tag: 0.6.0 |
|
TAG Bot New tag: 0.6.1 |
|
TAG Bot New tag: 0.6.2 |
|
TAG Bot New tag: 0.7.0 |
|
TAG Bot New tag: 0.7.1 |
|
TAG Bot New tag: 0.7.2 |
|
TAG Bot New tag: 0.7.3 |
|
TAG Bot New tag: 0.7.6 |
|
TAG Bot New tag: 0.7.7 |
|
TAG Bot New tag: 0.7.8 |
Summary by Sourcery
Introduce a GlobalShortcut class in the Treeland input module to manage application-wide keyboard shortcuts mapping QActions to key sequences.
New Features:
Build: