From 6d2f2cb0198a49d8585806877b9a230e65190fb2 Mon Sep 17 00:00:00 2001 From: Gudsfile Date: Sat, 15 Oct 2022 15:19:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20FocusFollowsMouse=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defaults-fr.yml | 18 ++++++++++++++++++ defaults.yml | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/defaults-fr.yml b/defaults-fr.yml index db4a110..8f7e3f0 100644 --- a/defaults-fr.yml +++ b/defaults-fr.yml @@ -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 + cmd + ` . + - value: true + text: Le focus suit le curseur de la souris entre les fenêtres du Terminal. + versions: [Monterey] + after: killall Terminal diff --git a/defaults.yml b/defaults.yml index bc8bfbd..5bb72be 100644 --- a/defaults.yml +++ b/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 cmd + `. + - value: true + text: Focus follows the mouse cursor to any Terminal windows. + versions: [Monterey] + after: killall Terminal