microsoft/Terminal

focusFollowMouse delay

Open

#11.420 aberto em 5 de out. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (3.212 forks)batch import
Area-SettingsArea-TerminalControlHelp WantedIssue-TaskProduct-Terminal

Métricas do repositório

Stars
 (35.764 stars)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

Description

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.

Guia do colaborador