Skip to content

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
ym pushed a commit to ym/jetkvm-kvm that referenced this pull request Sep 26, 2025
* feat(ui): Add Ctrl+Alt-Backspace combination key to Virtual Keyboard

Fixes jetkvm#445 (somewhat)

* fix(ui): Correct virtual keyboard display when shift key is down.

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.

* feat(ui): Add missing keys for virtual keyboard

Enable insert, delete, numpad equal, print scree, scroll lock, pause, system request, break keys.
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