Add ApplePressAndHoldEnabled command (#256)

Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>
This commit is contained in:
Théofolder 2022-10-14 22:41:38 +02:00 committed by GitHub
parent 42246c3620
commit 872c730016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 0 deletions

View file

@ -707,3 +707,31 @@ categories:
text: L'affichage des notifications est activé.
versions: [Catalina]
after: killall Music
- key: ApplePressAndHoldEnabled
domain: NSGlobalDomain
title: Comportement touche maintenue enfoncée
description: |
Permet de choisir le comportement lorsque l'on maintient une touche enfoncée. Les deux comportements possibles sont:
- affiche le menu des accents (par défaut)
- écris le caractère tant qu'il est pressé
⚠️ Il est nécessaire de redémarrer le mac, fermer la session ou relancer l'application pour prendre en compte les
changements.
param:
type: bool
examples:
- value: true
default: true
image:
filename: true.png
width: 696
height: 252
text: Par défaut, lorsqu'une touche est maintenue enfoncée, le menu des accents s'affiche.
- value: false
image:
filename: false.png
width: 696
height: 252
text: Répète la touche tant que celle-ci est maintenue enfoncée.
versions: [Monterey, Big Sur]

View file

@ -1027,3 +1027,30 @@ categories:
- value: false
text: '"Application Downloaded from Internet" popup will not display'
versions: [Catalina]
- key: ApplePressAndHoldEnabled
domain: NSGlobalDomain
title: Key held down behavior
description: |
Allows you to select the behavior when a key is held down for a long time. The two possible behaviors are:
- show character accents menu (default)
- repeat character while key held
⚠️ Restarting the Mac, closing the session or restarting the application is necessary to take into effect the changes.
param:
type: bool
examples:
- value: true
default: true
image:
filename: "true.png"
width: 696
height: 252
text: By default, when a key is held down, the accents menu is displayed.
- value: false
image:
filename: "false.png"
width: 696
height: 252
text: Repeats the key as long as it is held down.
versions: [Monterey, Big Sur]

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB