環境
MacBook Air M3
macOS Sequoia v15.1
キーの長押しでアクセント記号付きの文字候補が出るのを消す
キーリピートが出来ない問題の解決方法です。
ターミナルで下記を実行する。
defaults write -g ApplePressAndHoldEnabled -bool false
「英数」や「かな」を押下した時に表示される「A」や「あ」を消す
ターミナルで下記を実行する。
参考
https://qiita.com/P-man_Brown/items/be769bdeeeb42eff65dc
https://www.alfredforum.com/topic/21080-alfred-doesnt-show-the-text-cursor-in-macos-sonoma-if-the-redesigned-text-cursor-is-disabled/#comment-109517
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0
再起動を忘れずに
実行した後にPCの再起動を行った方がいいです。