-
-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Contour Terminal version
0.5.1.7247
Installer source
Github: release page
Operating System
Windows 10.0.26100
Architecture
x86-64
Other Software
Tried opening cmd
, pwsh
, and nvim
none of them seem to receive Shift+Tab correctly anymore
Steps to reproduce
press Shift+Tab within any application which has Shift+Tab bindings
Expected Behavior
Shift+Tab working like previous versions
Actual Behavior
contour itself seems to receive Shift+Tab fine but the shell receives a regular Tab
Additional notes
- no custom config file was used
- can only reproduce using
0.5.1.7247
due to Precondition failed inTerminalDisplay.cpp
#1684 - likely an effect of Send backtab as a key #1579
relevant contour terminal debug *
:
previously:
[2024-12-30 08:55:21.8839874.883987] [gui.input] Character Press event received: Shift '\t'
[2024-12-30 08:55:21.8845888.884588] [vt.input] Sending Shift "\t" Press.
[2024-12-30 08:55:21.8849575.884957] [pty.output] Sending bytes: "\e[Z"
now:
[2024-12-30 11:20:19.550819] [gui.input] Key Press event received: Shift Tab
[2024-12-30 11:20:19.551802] [vt.input] Sending Shift "Tab" Press.
[2024-12-30 11:20:19.552115] [pty.output] Sending bytes: "\t"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working