microsoft/Terminal

F6 should move focus into tab row

Ouverte

#13 088 ouverte le 12 mai 2022

 (6 commentaires) (0 réaction) (1 personne assignée)C++ (9 275 forks)batch import
Area-AccessibilityHelp WantedIssue-FeatureProduct-Terminal

Métriques du dépôt

Stars
 (103 173 étoiles)
Métriques de merge PR
 (Merge moyen 27j 19h) (24 PRs mergées en 30 j)

Description

Description of the new feature/enhancement

F6 is commonly used to cycle through layers of the UI tree. Windows Terminal doesn't do that. We should make Windows Terminal respect that.

Proposed technical implementation details (optional)

  1. introduce a new action called moveRegion() bound to F6 by default
  2. when pressed...
    • [context: terminal] move the focus to the tab row
    • [context: settings UI] move the focus to the navigation view pane (on the left), then to the tab row

This will definitely bring up issues with focus again, so keep a close eye on that when working on this.

Guide contributeur