Skip to content

Commit

Permalink
darwin: disable double space period
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Oct 2, 2024
1 parent b42a9bb commit 33c0935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions darwin/mbpapp/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
KeyRepeat = 2; # normal minimum is 2 (30 ms), maximum is 120 (1800 ms)
ApplePressAndHoldEnabled = false; # long press doesn't show accented chars selector
"com.apple.keyboard.fnState" = true; # use F1, F2, etc. keys as standard function keys
NSAutomaticPeriodSubstitutionEnabled = false; # prevent adding a . after two consecutive space

# Trackpad
"com.apple.swipescrolldirection" = true; # enable natural scrolling
Expand Down

0 comments on commit 33c0935

Please sign in to comment.