microsoft/Terminal

F6 should move focus into tab row

開放

#13,088 建立於 2022年5月12日

 (6 則留言) (0 個反應) (1 位負責人)C++ (9,275 個分叉)batch import
Area-AccessibilityHelp WantedIssue-FeatureProduct-Terminal

倉庫指標

星標
 (103,173 顆星)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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.

貢獻者指南