This commit is contained in:
Guanran Wang 2023-09-23 07:28:12 +08:00
commit ebb0650baf
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -131,15 +131,15 @@
AppleInterfaceStyleSwitchesAutomatically = false; AppleInterfaceStyleSwitchesAutomatically = false;
AppleKeyboardUIMode = 3; # ??? "null or value 3 (singular enum)" AppleKeyboardUIMode = 3; # ??? "null or value 3 (singular enum)"
AppleMeasurementUnits = "Centimeters"; # "null or one of "Centimeters", "Inches"" AppleMeasurementUnits = "Centimeters"; # "null or one of "Centimeters", "Inches""
ApplePressAndHoldEnabled = false; # DOES NOT WORK... https://stackoverflow.com/questions/33152551/how-can-i-disable-applepressandholdenabled-for-a-specific-application-repeat#33497193 ApplePressAndHoldEnabled = false; # https://stackoverflow.com/questions/33152551/how-can-i-disable-applepressandholdenabled-for-a-specific-application-repeat#33497193
AppleScrollerPagingBehavior = false; AppleScrollerPagingBehavior = false;
#AppleShowAllExtensions = true; # Dupelicate? #AppleShowAllExtensions = true; # Dupelicate?
#AppleShowAllFiles = true; #AppleShowAllFiles = true;
AppleShowScrollBars = "Always"; AppleShowScrollBars = "Always";
AppleTemperatureUnit = "Celsius"; # "null or one of "Celsius", "Fahrenheit"" AppleTemperatureUnit = "Celsius"; # "null or one of "Celsius", "Fahrenheit""
#AppleWindowTabbingMode # ? #AppleWindowTabbingMode # ?
InitialKeyRepeat = 10; InitialKeyRepeat = 32;
KeyRepeat = 1; KeyRepeat = 2;
NSAutomaticCapitalizationEnabled = false; NSAutomaticCapitalizationEnabled = false;
NSAutomaticDashSubstitutionEnabled = false; NSAutomaticDashSubstitutionEnabled = false;
NSAutomaticPeriodSubstitutionEnabled = false; NSAutomaticPeriodSubstitutionEnabled = false;