From 1c25341711f159dcabc1ba08d3724aacccf5c7b9 Mon Sep 17 00:00:00 2001
From: rycee
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:
|