1
Fork 0
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:
RGBCube 2025-08-02 21:12:01 +03:00
parent 4aa90bb98f
commit fbf2395c1c
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -23,8 +23,8 @@ in {
"com.apple.keyboard.fnState" = false; # Don't invert Fn.
"com.apple.trackpad.scaling" = 1.5; # Faster mouse speed.
InitialKeyRepeat = 12;
KeyRepeat = 1;
InitialKeyRepeat = 10; # N * 15ms to start repeating, so about 150ms to start repeating.
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;
NSAutomaticDashSubstitutionEnabled = false;