darwin: modify key repeat rate
This commit is contained in:
parent
0a06c22469
commit
b1d2c4d446
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue