microsoft/Terminal

Control key getting "stuck" for enter/tab key?

Open

#16,385 建立於 2023年11月27日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (3,212 fork)batch import
Area-InputHelp WantedIssue-BugProduct-Terminal

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Windows Terminal version

1.18.3181.0

Windows build number

10.0.22631.0

Other Software

No response

Steps to reproduce

Winget install ‘KDE.Kdiff3’

Open razzle (not sure if this matters)

Git config --edit --local

[diff]
    tool = kdiff3
    autoRefreshIndex = true
[difftool]
    prompt = false
[difftool "kdiff3"]
    path = C:/Users/jeffmill/AppData/Local/KDiff3/bin/kdiff3.exe
    cmd = \"C:/Users/jeffmill/AppData/Local/KDiff3/bin/kdiff3.exe\" \"$LOCAL\" \"$REMOTE\"

(modify paths accordingly, of course)

git difftool 66f7252e212f6~1..66f7252e212f6

(use a suitable diff that contains multiple changes in it)

Kdiff3 will open and block the console.

Focus on terminal window and press Ctrl-Break

Focus on Kdiff3 window and press Ctrl-Q

Focus on Terminal window and Press Enter a bunch of times – you should see “mmmm”

Expected Behavior

enter key should work as expected.

Actual Behavior

mmmm is shown.

貢獻者指南