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
We found in coastalwhite/lemurs#136 that, in a Linux TTY, Shift + Tab does not properly trigger either BackTab or Tab + KeyModifiers::SHIFT. It instead triggers Tab + KeyModifiers::ALT. This might be an inherit limit of the TTY, but I feel like it is good to mention it anyway.
To Reproduce
Steps to reproduce the behavior:
Go to a Linux TTY
Capture the key events from crossterms
Press Shift + Tab
See that the keyevent triggers Shift + KeyModifiers::ALT.
Expected behavior
I expect BackTab or otherwise Tab + KeyModifiers::SHIFT.
OS
Linux
Terminal/Console
TTY
The text was updated successfully, but these errors were encountered:
Describe the bug
We found in coastalwhite/lemurs#136 that, in a Linux TTY,
Shift + Tab
does not properly trigger eitherBackTab
orTab
+KeyModifiers::SHIFT
. It instead triggersTab
+KeyModifiers::ALT
. This might be an inherit limit of the TTY, but I feel like it is good to mention it anyway.To Reproduce
Steps to reproduce the behavior:
Shift
+KeyModifiers::ALT
.Expected behavior
I expect
BackTab
or otherwiseTab
+KeyModifiers::SHIFT
.OS
Terminal/Console
The text was updated successfully, but these errors were encountered: