You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
No Modifiers are provided for KeyEvent with the Enter Key. In fact in my test almost only the arrow keys provided the correct modifier keys. Looking at this code I am wondering if its actually only provided for the arrow keys:
Describe the bug
No Modifiers are provided for KeyEvent with the
Enter
Key. In fact in my test almost only the arrow keys provided the correct modifier keys. Looking at this code I am wondering if its actually only provided for the arrow keys:crossterm/src/event/sys/unix/parse.rs
Lines 191 to 200 in e863b7b
To Reproduce
Running the
event-poll-read
example and pressingSHIFT+ENTER
prints:Expected behavior
the correct modifier in the KeyEvent
OS
MacOS
Terminal/Shell
iTerm (Zsh)
The text was updated successfully, but these errors were encountered: