Skip to content

Instantly share code, notes, and snippets.

@kamiyn
Last active June 8, 2017 11:40
Show Gist options
  • Save kamiyn/90d7504911aae29b2b72564bf46a6963 to your computer and use it in GitHub Desktop.
Save kamiyn/90d7504911aae29b2b72564bf46a6963 to your computer and use it in GitHub Desktop.
my karabinar-elements settings

自分用 karabiner-elements 設定

キーボード自体は日本語配列のものを Karabiner-Elements には "ISO" 配列として認識させる

※ ANSI にすると、 Parallels Desktop がバッククォートキーをUK-SECTIONとスワップしてしまう

全般

Dvorak配列

不足しているキーの割り当て

「ろ」キーにバッククォート&チルダ(通常のUS配列でESCの下にあるキー)

英数キーと左Ctrl を交換 および かなキー割り当て

英数キーに 左Ctrl

左Ctlに 英数

かなキーに かな

その他

「¥」キーに non_us_backslash これは Parallels Desktop でバッククオートを出す問題が一時期あったため

{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"devices": [],
"fn_function_keys": {
"f1": "display_brightness_decrement",
"f10": "mute",
"f11": "volume_decrement",
"f12": "volume_increment",
"f2": "display_brightness_increment",
"f3": "mission_control",
"f4": "launchpad",
"f5": "illumination_decrement",
"f6": "illumination_increment",
"f7": "rewind",
"f8": "play_or_pause",
"f9": "fastforward"
},
"name": "Default profile",
"selected": true,
"simple_modifications": {
"a": "a",
"b": "x",
"backslash": "backslash",
"c": "j",
"close_bracket": "equal_sign",
"comma": "w",
"d": "e",
"e": "period",
"equal_sign": "close_bracket",
"f": "u",
"g": "i",
"h": "d",
"hyphen": "open_bracket",
"i": "c",
"international1": "non_us_backslash",
"international3": "grave_accent_and_tilde",
"j": "h",
"k": "t",
"l": "n",
"lang1": "japanese_kana",
"lang2": "left_control",
"left_control": "japanese_eisuu",
"m": "m",
"n": "b",
"o": "r",
"open_bracket": "slash",
"p": "l",
"period": "v",
"q": "quote",
"quote": "hyphen",
"r": "p",
"s": "o",
"semicolon": "s",
"slash": "z",
"t": "y",
"u": "g",
"v": "k",
"w": "comma",
"x": "q",
"y": "f",
"z": "semicolon"
},
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"keyboard_type": "iso"
}
}
]
}
@kamiyn
Copy link
Author

kamiyn commented Jun 8, 2017

Microsoft Remote Desktop beta は、ISOタイプにしているとUK-SECTION と バッククォートが逆になる
必要になったらプロファイルを増やして対応

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment