Skip to content

Shift+Tab no longer works #1685

@T-727

Description

@T-727

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

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions