Opened 19 months ago
Last modified 17 months ago
#2977 assigned defect
The A-key repeated after changing the Input Source of macOS
Reported by: | SAITOU Toshihide | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | keyboard | Version: | 4.0.x |
Keywords: | Cc: |
Description
I attach the server from Mac mini (M1, 2020) and entered the A-key in the xterm of the server. The A-key input get repeated, after I change the Input Source (default is Cmd + Space) of macOS. The A-key is ignored, after the repeating is interrupted. If I kill the xpra and then reattach, it will recover.
Change History (3)
comment:1 Changed 19 months ago by
Milestone: | 4.1 → 4.2 |
---|---|
Status: | new → assigned |
comment:2 Changed 19 months ago by
Cut & pasting response sent by email:
If I understand correctly, you're changing the input source whilst the xpra session is connected?
Yes.
We would need to implement ..
I see. Fortunately, there is a workaround (kill and then reattach), so for the time being I will go with this.
comment:3 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2977
Note: See
TracTickets for help on using
tickets.
If I understand correctly, you're changing the input source whilst the xpra session is connected?
This is not supported at present.
We would need to implement
NSTextInputContextKeyboardSelectionDidChangeNotification
as per OSX Cocoa input source detect change