Skip to content

feat(ui): Enhance Virtual Keyboard for US #449

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
May 15, 2025

Conversation

IDisposable
Copy link
Contributor

@IDisposable IDisposable commented May 14, 2025

Fix the display problems with shifted keys (should show capitals and symbols, but was showing (KeyX) and the state management was losing the Shift modifer.

Add the missing keys from the directional keys section, added Insert, added Print Screen/System Request, added Scroll Lock, added Pause/Break. Fixed display for the Delete key.

Added (but not exposed on normal US keyboard yet) the Numpad Equal

Builds on #447

Somewhere along the way, the handling of the shift-key state for letters and numbers was lost and we stopped displaying the capital/symbol for the key.
Also update page up and page down to have the space in the on-screen key.
Enable insert, delete, numpad equal, print scree, scroll lock, pause, system request, break keys.
@IDisposable
Copy link
Contributor Author

Ready for review @ym @adamshiervani

@ym ym merged commit c9dd3cd into jetkvm:dev May 15, 2025
2 checks passed
@IDisposable IDisposable deleted the clean-up-virtual-keyboard branch May 22, 2025 00:08
Sign up for free to 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.

2 participants