microsoft/Terminal

focusFollowMouse delay

オープン

#11,420 opened on 2021/10/05

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-SettingsArea-TerminalControlHelp WantedIssue-TaskProduct-Terminal

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

Allow a user-configurable delay to the 'focusFollowMouse' feature

Windows itself allows us to set a delay for its focus-follows-mouse feature, it would be nice if Terminal did too.

Ideally this would not be "additive" to Windows delay. E.g. this scenario:

  • I have both delays set to 500ms
  • I have two panes open in terminal, pane A and pane B
  • I exit the Terminal window with pane A focussed
  • I re-enter the Terminal window via pane B's area

then I should not have to wait 1000ms for pane B to gain focus, only 500ms.

コントリビューターガイド