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

Add support for CTRL + ALT + special character #52452

Closed
wants to merge 1 commit into from

Conversation

Geometror
Copy link
Member

This PR is an attempt to implement/fix #6851 again (hopefully without any regressions):
By removing the accept_event call all shortcuts which are using the exact same keys do still work. I could not notice any regressions on Windows 10, but further testing is required. Note that if a shortcut consists of Ctrl + Alt + [some key used for a special character], the character input is handled AND the command associated to the shortcut is executed.

Testing/feedback is welcome :)

@Geometror Geometror requested a review from a team as a code owner September 6, 2021 23:49
Copy link
Member

@Paulb23 Paulb23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Been doing some reading on this, I'm not sure 100% sure yet what the correct fix is but this doesn't seem right.

I have a feeling we might need #43888 first, I need to get a Windows dev environment set up so I can take better look at the API.

@akien-mga
Copy link
Member

Superseded by #56695.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for [ctrl] + [alt] + special character == [Alt Gr] + special character
5 participants