microsoft/Terminal

Send different key codes for `Tab` and `Ctrl+I` (READ: support `modifyOtherKeys`)

Open

#13,792 建立於 2022年8月20日

在 GitHub 查看
 (9 留言) (10 反應) (0 負責人)C++ (3,212 fork)batch import
Area-InputArea-VTHelp WantedIssue-FeatureIssue-TaskProduct-Conhost

倉庫指標

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

描述

Description of the new feature/enhancement

When using ms-terminal, Tab and Ctrl+I send the same key codes. This makes it impossible to map them differently, for example in vim or nvim (which support this functionality: https://github.com/neovim/neovim/pull/17932#issue-1188088238).

If ms-terminal sent different key codes (like for example kitty or alacritty terminal), then it would be possible to map these keys to different functionalities in software running inside the terminal. This would enhance user experience and make it easier to migrate from the aforementioned terminals.

Proposed technical implementation details (optional)

貢獻者指南