1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

feat: don't invert fn keys

This commit is contained in:
RGBCube 2025-05-02 03:49:11 +03:00
parent c2a212857d
commit 1f4a166258
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -18,7 +18,7 @@ in {
NSScrollAnimationEnabled = true; NSScrollAnimationEnabled = true;
NSWindowResizeTime = 0.001; NSWindowResizeTime = 0.001;
# "com.apple.keyboard.fnState" = true; # 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 = 15; InitialKeyRepeat = 15;