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

Bypass numpad emulation when modifier keys are used #103013

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shaderd00d
Copy link

@Shaderd00d Shaderd00d commented Feb 18, 2025

This PR includes PR #93724.

Keyboard shortcuts using modifier keys (SHIFT, CTRL, ALT) don't work with numpad emulation enabled. It's for example not possible to change the viewports with CTRL+1, CTRL+2, CTRL+ALT+2 and others.

This change bypasses numpad emulation if a modifier key is pressed and thus makes other shortcuts accessible.

Bugsquad edit:

@Shaderd00d Shaderd00d requested a review from a team as a code owner February 18, 2025 21:13
@Calinou Calinou added bug topic:editor usability topic:3d cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Feb 18, 2025
@Calinou Calinou added this to the 4.4 milestone Feb 18, 2025
@AThousandShips AThousandShips changed the title Bypass numpad emulation when modifier keys are used - includes PR #93724 Bypass numpad emulation when modifier keys are used Feb 19, 2025
@akien-mga akien-mga modified the milestones: 4.4, 4.5 Feb 20, 2025
@akien-mga akien-mga added the cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release topic:editor topic:3d usability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Control + 2 Shortcut Key Not working
3 participants