Add FocusFollowsMouse command

This commit is contained in:
Gudsfile 2022-10-15 15:19:10 +02:00 committed by Yann Bertrand
parent 5cc9da6467
commit 6d2f2cb019
2 changed files with 34 additions and 0 deletions

View file

@ -1045,3 +1045,21 @@ categories:
height: 252
text: Répète la touche tant que celle-ci est maintenue enfoncée.
versions: [Monterey, Big Sur]
- key: FocusFollowsMouse
domain: com.apple.Terminal
title: Focus du Terminal au survol
description: |
Focus des fenêtres du Terminal au survol du curseur de la souris.
Le changement de focus ne fonctionne qu'entre les fenêtres du Terminal.
param:
type: bool
examples:
- value: false
default: true
text: |
Par défaut le changement de focus entre fenêtres du Terminal se fait en cliquant sur celles-ci ou en pressant
<code>cmd + `</code> .
- value: true
text: Le focus suit le curseur de la souris entre les fenêtres du Terminal.
versions: [Monterey]
after: killall Terminal

View file

@ -1065,3 +1065,19 @@ categories:
height: 252
text: Repeats the key as long as it is held down.
versions: [Monterey, Big Sur]
- key: FocusFollowsMouse
domain: com.apple.Terminal
title: Focus Follows Mouse
description: |
Focus of the Terminal windows when the mouse cursor hovers over them.
The focus change only works between the Terminal windows.
param:
type: bool
examples:
- value: false
default: true
text: By default, to switch between Terminal windows you should click on it or press on <code>cmd + `</code>.
- value: true
text: Focus follows the mouse cursor to any Terminal windows.
versions: [Monterey]
after: killall Terminal