Skip to content

Commit

Permalink
Disable keyboard press & hold
Browse files Browse the repository at this point in the history
  • Loading branch information
speshak committed Oct 9, 2024
1 parent 113c489 commit 2cf1c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_once_macos-config.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# shellcheck disable=SC1054,SC1083
{{ if eq .chezmoi.os "darwin" -}}
# Set various macos knobs
# Disable "hold to suggest accented char"
defaults write -g ApplePressAndHoldEnabled -bool false

{{ if eq .environment "home" }}
printf "%s\n" "System - Avoid creating .DS_Store files on network volumes."
Expand Down

0 comments on commit 2cf1c46

Please sign in to comment.