microsoft/Terminal
在 GitHub 查看Releasing both pressed Shift keys (left+right) reports only one
Open
#18,223 创建于 2024年11月20日
Area-InputHelp WantedIssue-BugPriority-3Product-Terminal
仓库指标
- Star
- (35,764 star)
- PR 合并指标
- (平均合并 27天 19小时) (30 天内合并 24 个 PR)
描述
Windows Terminal version
current main
Windows build number
10.0.19045.5011
Other Software
No response
Steps to reproduce
- Activate "debug tap" pane.
- Add the global setting (near the top of your JSON file):
"debugFeatures": true - Open a new tab while holding down both left and right Alt .
- Add the global setting (near the top of your JSON file):
- Press and release both Shift keys simultaneously.
Expected Behavior
There are four reports in the "debug tap" pane:
- The first Shift key was pressed.
- The second Shift key was pressed.
- Some Shift key was released.
- The remaining Shift key was released.
Actual Behavior
There are only three reports in the "debug tap" pane:
- The first Shift key was pressed.
- The second Shift key was pressed.
- Some Shift key was released.