LoginSignup
4
4

More than 3 years have passed since last update.

US配列のキーボードのKarabiner preferences

Last updated at Posted at 2016-06-18

毎回忘れてググってるのでメモ。

Karabiner(old)

コマンドキー押しただけで「英字/かな」変換できて楽。
karabiner.jpg

Karabiner-Elements

US配列でコマンドキーを英数/かなとして使う設定

https://pqrs.org/osx/karabiner/complex_modifications/
から For Japanese (日本語環境向けの設定) (rev ?) をダウンロードして設定

キーリピートの設定

defaults write NSGlobalDomain KeyRepeat -int 1 # キーリピートの速度 1/60 secで指定
defaults write NSGlobalDomain InitialKeyRepeat -int 20 # キーリピート開始までの速度 1/60 secで指定

で、再起動。

キーリピート設定初期化

defaults delete NSGlobalDomain KeyRepeat
defaults delete NSGlobalDomain InitialKeyRepeat
4
4
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
4
4