9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Mac】カーソルの「A」や「あ」を非表示にする方法【Sonoma】

Posted at

はじめに

Somomaでは、キーボードの言語を切り替えた際に現在の入力言語を示すインジケータがテキストカーソルに表示されます。

スクリーンショット 2024-04-01 2.04.28.png

このインジケータを非表示にする方法について記載します。

非表示にする方法

ターミナルで以下のコマンドを実行します。

defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0

コマンドを実行した際に起動されていたアプリケーションではまだインジケータが表示されます。

スクリーンショット 2024-04-01 2.01.40.png

アプリケーションを再起動するとインジケータが表示されなくなります。

Caps Lockがオンになっている時にはインジケータが表示されます。

再表示したい場合

再表示する場合には以下のコマンドを実行します。

defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 1

参考

9
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?