Skip to content

Improve keyboard modifier handling #15725

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

Merged
merged 3 commits into from
Jun 23, 2024
Merged

Improve keyboard modifier handling #15725

merged 3 commits into from
Jun 23, 2024

Conversation

Megamouse
Copy link
Contributor

  • Adds missing Control key back to basic keyboard handler (this was a recent regression)
  • Distinguish between left and right modifier keys by using native scan codes (Qt doesn't provide us with proper info)
  • Use seperate log channels for cellPad, cellMouse and cellKb

NOTE: Alt Gr may not work properly, due to the way Qt passes it as "CTRL-Left" and then "ALT-Right"

fixes #15718
fixes #3393

@Megamouse Megamouse merged commit 945bfaf into RPCS3:master Jun 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CTRL key doesn't work on keyboard handler Distinguish between LEFT and RIGHT key modifiers
1 participant