Skip to content

Instantly share code, notes, and snippets.

@teppeihomma
Last active August 4, 2017 06:00
Show Gist options
  • Save teppeihomma/e6e6aa480060790df302a3023639776d to your computer and use it in GitHub Desktop.
Save teppeihomma/e6e6aa480060790df302a3023639776d to your computer and use it in GitHub Desktop.
karabinerでWindows用キーボードの半角/全角キーを使う
{
"description": "半角/全角キーの有効化",
"manipulators": [
{
"from": {
"key_code": "grave_accent_and_tilde",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "spacebar",
"modifiers": [
"left_control"
]
},
{
"key_code": "left_control"
}
],
"type": "basic"
}
]
},
@teppeihomma
Copy link
Author

toを2回送って切り替えウィンドウを確定させるのがコツ。

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