microsoft/Terminal

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

Open

#13 792 ouverte le 20 août 2022

Voir sur GitHub
 (9 commentaires) (10 réactions) (0 assignés)C++ (3 212 forks)batch import
Area-InputArea-VTHelp WantedIssue-FeatureIssue-TaskProduct-Conhost

Métriques du dépôt

Stars
 (35 764 stars)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

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)

Guide contributeur