microsoft/Terminal

focusFollowMouse delay

Open

#11,420 建立於 2021年10月5日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C++ (3,212 fork)batch import
Area-SettingsArea-TerminalControlHelp WantedIssue-TaskProduct-Terminal

倉庫指標

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

描述

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.

貢獻者指南