mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
pipe key missing? #436
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eriklundh on GitHub (Oct 17, 2025).
Disclaimer
Application version
0.4.8
System version
0.2.5
Device model
JetKVM
Extension model
None
Remote device Hardware
No response
Remote device OS
No response
Bug description
I can't find any way to send the pipe key | (0x7c) to my linux console which is kind of a big deal on a console to a linux machine. I have tried
I use a Lenovo X13 laptop (Windows 11) with a swedish keyboard
The Windows keyboard setting is "ENG SV"
@IDisposable commented on GitHub (Oct 17, 2025):
Clarification needed (not trying to insult, I really need to know to ensure I'm fixing the right thing):
By "send", do you mean?
|character in the Paste mode|character via a MacroIf Virtual Keyboard or Paste, then what is the set of your Keyboard Layout in Settings/Keyboard?
If typing or Macro, then the physical key position on the keyboard is the only thing that matters so are you pressing the key just above the Enter key? This is the
IntlBackslashkey per the HID spec. Or are you pressing the key two keys to the left of the Backspace key? This is theOEM 4per the HID spec.For further information, see the comparison of the Windows Swedish keyboard vs. US
Also nice comparison on this Swedish keyboard guide
Lastly, if you're using the Swedish keyboard on your controlling browser/client, which layout are you using (ISO105, ANSI104, ABNT)? What matches your physical keyboard from here?
Hopefully I can track down what's happening from your answers.
@eriklundh commented on GitHub (Oct 18, 2025):
My Lenovo X13 has a ISO 105 keyboard (Swedish)
I am hitting the correct keys (AltGr + IntlBackslash) on my browser/client machine while the jetKVM main screen is up (e.g. WebRTC is active)
When I press AltGr the keys in JetKvm display 'ControlLeft, AltRight, AltGr'
When I press the IntlBackslash key (the key next to the left Shift key) I briefly see ControlLeft, AltRight, AltGr, IntlBackslash
This is the two keys that I press: AltGr + IntlBackslash
I enclose a screen capture of the JetKVM window when I press Altgr. I have not been able to screen capture the moment when I also press IntlBackslash
@gfn256 commented on GitHub (Oct 20, 2025):
Possibly same issue as this?