-
Notifications
You must be signed in to change notification settings - Fork 1.1k
shift+space is only reported on KeyRelease on macOS #1621
Copy link
Copy link
Open
Description
Describe the bug
shift+space is only reported on KeyRelease
Setup
- macOS,
zsh kitty,Ghostty, osxterminal- Terminal Multiplexer: none
To Reproduce
git clone https://github.com/charmbracelet/bubbletea.gitcd bubbleteago get charm.land/lipgloss/v2go run examples/keyboard-enhancements/main.go- Hold down
shiftand pressspace
I see this across terminals and in my apps and other test harnesses... only release is triggered.
press: space
release: shift+space
press: space
release: shift+space
press: space
release: shift+space
press: space
release: shift+space
Terminal supports key releases: true
Terminal supports key disambiguation: true
This demo logs key events. Press ctrl+c to quit.
Source Code
The bundled examples/keyboard-enhancements/main.go can be used.
Expected behavior
press: space
release: shift+space
Screenshots
N/A
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels