microsoft/Terminal
在 GitHub 查看Figure out what to do with keybindings whose characters could be triggered by multiple VKs
Open
#2,473 创建于 2019年8月19日
Area-InputHelp WantedIssue-FeatureProduct-Terminal
仓库指标
- Star
- (35,764 star)
- PR 合并指标
- (平均合并 27天 19小时) (30 天内合并 24 个 PR)
描述
I tried to map ctrl+shift+| for vertical split but keybinding changed to \(but everything works correctly) additionally i have second backslash button between left shift and z key and using this key combination doesn't work.
Environment
Windows build number: 10.0.18963.0 Windows Terminal version (if applicable): 0.3.2171.0 Keyboard: Logitech K280e
Steps to reproduce
- Add binding:
{ "command" : "splitVertical", "keys" : [ "ctrl+shift+|" ] }, - Save and close settings
- Close Terminal
- Open Terminal and settings
- Binding looks like this:
{ "command" : "splitVertical", "keys" : [ "ctrl+shift+\\" ] },
No matter what during this steps left backslash never works.
Expected behavior
Keep original symbol and accept left backslash key as trigger.