Skip to content

Conversation

@0141KoppePan
Copy link
Contributor

This PR adds basic support for Japanese 106/109 keyboards.

Keycode Mapping

The keycode handling in WebRTCVideo.tsx was updated to match the existing mappings defined in ui/src/keyboardMappings.ts:

  • IntlYen → Yen
  • IntlRo → KeyRO
  • Convert → Henkan
  • NonConvert → Muhenkan

HID Descriptor

The HID keyboard report descriptor was updated to expand LOGICAL_MAXIMUM and USAGE_MAXIMUM from 0x65 to 0xff, allowing international keys (e.g., KeyRO (0x87), Yen (0x89), Henkan (0x8a), Muhenkan (0x8b)) to be reported correctly.

@CLAassistant
Copy link

CLAassistant commented Dec 2, 2025

CLA assistant check
All committers have signed the CLA.

@adamshiervani adamshiervani merged commit 2ebc7c8 into jetkvm:dev Dec 8, 2025
2 of 3 checks passed
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.

4 participants