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:
parent
c2a212857d
commit
1f4a166258
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue