设置
defaults write -g ApplePressAndHoldEnabled -bool false
长按连续输入
defaults write -g NSColorSimulateHardwareAccent -bool YES
and defaults write -g NSColorSimulatedHardwareEnclosureNumber -int 4
修改强调色
defaults write NSGlobalDomain KeyRepeat -int 1
and defaults write NSGlobalDomain InitialKeyRepeat -int 15
调整按键重复速度和重复前延迟
- 设置 home 和 end 键为跳转到行首和行尾
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 0
and defaults -currentHost write -globalDomain NSStatusItemSpacing -int 0
缩短 mac 菜单栏图标间隙
参考
posted @
2023-12-12 15:02
西多士
阅读(
52)
评论()
编辑
收藏
举报