Skip to content

Commit

Permalink
feat: enable accented characters on macos
Browse files Browse the repository at this point in the history
and remove Touch Bar customization because we don't use a touchbard
anymore.
  • Loading branch information
ferrarimarco committed Oct 22, 2024
1 parent 63e09e5 commit d4b30a1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,13 @@ setup_macos() {
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1

###############################################################################
# Keyboard #
###############################################################################

# Keyboard: enable press-and-hold popup to write accented characters
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool true

###############################################################################
# Menu bar #
###############################################################################
Expand All @@ -434,11 +441,6 @@ setup_macos() {
# Don't flash time and date separators
defaults write com.apple.menuextra.clock FlashDateSeparators -bool false

###############################################################################
# Touch bar #
###############################################################################
defaults write com.apple.controlstrip MiniCustomized "(com.apple.system.brightness, com.apple.system.volume, com.apple.system.mute)"

###############################################################################
# Adobe stuff #
###############################################################################
Expand Down

0 comments on commit d4b30a1

Please sign in to comment.