-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Incorrect ReceivedCharacter events on macOS #1453
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend
Description
This has been reported downstream in alacritty/alacritty#3323 and is a regression caused by 9daa073.
It seems like the fix for certain keyboard shortcuts not triggering ReceivedCharacter events was a bit over-eager and resulted in existing events that were working to suddenly send incorrect characters.
So the combination of shift+ctrl+6 now sends just 6 as character, instead of the desired \u{1e}.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend