Bug 8494

Summary: MacOS meta key (⌘) with a different key has unreliable keyup event
Product: ThinLinc Reporter: Frida Flodin <frifl>
Component: Web AccessAssignee: Bugzilla mail exporter <bugzilla-qa>
Status: CLOSED FIXED    
Severity: Normal CC: adaha
Priority: P2 Keywords: relnotes
Version: trunk   
Target Milestone: 4.19.0   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:
Bug Depends on: 8484    
Bug Blocks:    

Description Frida Flodin cendio 2025-01-17 10:33:10 CET
Tested on macOS 15.2 and Safari. 

1. Press ⌘ key.
2. Press and release V key.
3. Release ⌘ key.
4. I notice that V key never got an release event.

I could see the missed release event with xev, but I could not reproduce the repeated 'v' print as in the upstream report [1].


[1] https://github.com/novnc/noVNC/issues/1695
Comment 1 Adam Halim cendio 2025-01-20 13:58:20 CET
Tested this after the noVNC vendor drop.

Now, pressing down a key while holding down the ⌘ key will cause a release event to occur instantly. This is not perfect, but an acceptable workaround.