mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 01:27:56 +00:00
darwin: adjust key repeat rates
This commit is contained in:
parent
4aa90bb98f
commit
fbf2395c1c
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ in {
|
||||||
"com.apple.keyboard.fnState" = false; # Don't invert Fn.
|
"com.apple.keyboard.fnState" = false; # Don't invert Fn.
|
||||||
"com.apple.trackpad.scaling" = 1.5; # Faster mouse speed.
|
"com.apple.trackpad.scaling" = 1.5; # Faster mouse speed.
|
||||||
|
|
||||||
InitialKeyRepeat = 12;
|
InitialKeyRepeat = 10; # N * 15ms to start repeating, so about 150ms to start repeating.
|
||||||
KeyRepeat = 1;
|
KeyRepeat = 1; # N * 15ms, so 15ms between each keypress, about 66 presses per second. Very slow but it doesn't go faster than this.
|
||||||
|
|
||||||
NSAutomaticCapitalizationEnabled = false;
|
NSAutomaticCapitalizationEnabled = false;
|
||||||
NSAutomaticDashSubstitutionEnabled = false;
|
NSAutomaticDashSubstitutionEnabled = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue