Skip to content

Conversation

@Rishab87
Copy link
Contributor

I've added a patch for fixing the shift and page up sharing the same code. The problem is JOGL/NEWT doesn't guarantee the same keycode mappings as AWT. They have their own virtual key codes so I created a normalizeKeyCode function to handle few differences in key codes.

Also added a test for it.

Fixes#702

@SableRafSableRaf requested a review from SteftervApril 19, 2025 08:53
@SteftervStefterv added this to the 4.4.5 milestone May 19, 2025
@SteftervStefterv merged commit 30bc274 into processing:mainJul 11, 2025
12 checks passed
Sign up for freeto 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.

SHIFT and PAGE_UP keys use the same keyCode in P2D and P3D

2 participants

@Rishab87@Stefterv