mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 21:52:33 +00:00
✨ Add ApplePressAndHoldEnabled command (#256)
Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com>
This commit is contained in:
parent
42246c3620
commit
872c730016
4 changed files with 55 additions and 0 deletions
|
@ -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]
|
||||
|
|
27
defaults.yml
27
defaults.yml
|
@ -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]
|
||||
|
|
BIN
images/misc/ApplePressAndHoldEnabled/false.png
Normal file
BIN
images/misc/ApplePressAndHoldEnabled/false.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
BIN
images/misc/ApplePressAndHoldEnabled/true.png
Normal file
BIN
images/misc/ApplePressAndHoldEnabled/true.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue