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

feat: don't invert fn

This commit is contained in:
RGBCube 2025-04-29 19:55:45 +03:00
parent ea674968fd
commit 094e8c45ec
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" = true; # Invert Fn.
"com.apple.trackpad.scaling" = 1.5; # Faster mouse speed. "com.apple.trackpad.scaling" = 1.5; # Faster mouse speed.
InitialKeyRepeat = 15; InitialKeyRepeat = 15;