diff --git a/options.xhtml b/options.xhtml index ff1d725db..e8cb55ff6 100644 --- a/options.xhtml +++ b/options.xhtml @@ -73856,6 +73856,60 @@ null or boolean
Example:
true
Declared by:
+
+
+<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix>
+
+ |
targets.darwin.defaults.NSGlobalDomain.ApplePressAndHoldEnabled
+
+
+Repeat a key when it is held down (false) or display the accented character selector (true)
+ +Type: +null or boolean
+ +Default:
+null
Example:
+true
Declared by:
+
+
+<home-manager/modules/targets/darwin/user-defaults/opts-allhosts.nix>
+
+ |
targets.darwin.defaults.NSGlobalDomain.AppleShowAllExtensions
+
+
+Always show file extensions in Finder
+ +Type: +null or boolean
+ +Default:
+null
Example:
+true
Declared by:
|
@@ -73883,6 +73937,35 @@ null or one of “Celsius”, “Fahrenheit”
Example:
Declared by: +
targets.darwin.defaults.NSGlobalDomain.KeyRepeat
+
+
+Interval between key repetitions when holding down a key. Lower is +faster. When setting through the control panel, 2 is the lowest value, +and 120 the highest. + +Type: +null or signed integer + +Default:
+ Example:
+ Declared by:
|