2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Macでキー押しっぱなしで出てくるアクセント入力を無効にする方法【メモ】

Posted at

結論: ターミナルから以下を入力するだけ

defaults write -g ApplePressAndHoldEnabled -bool false

概要

いつからかは分からないが、Macのデフォルト仕様で、キー押しっぱなしでアクセント入力(é, ñ 等)が出るようになってるらしい。
例えばvimのキーバインドでh,j,k,l押しっぱなしで移動したいときにアクセント入力が出てくるのがすごいストレス。
どうやら「システム設定」などUI上から解決する方法はないみたいだが、ターミナルから上記コマンドを入力して再起動すれば一発で解決した。

余談

キーリピート速度はUIから
システム設定 → キーボード で設定可能。

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?