mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
✨ Add FocusFollowsMouse command
This commit is contained in:
parent
5cc9da6467
commit
6d2f2cb019
2 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
16
defaults.yml
16
defaults.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue