Skip to content

Instantly share code, notes, and snippets.

@mikumogit
Last active August 3, 2019 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikumogit/3daf5da80cb636f5cc8067d68f2f7cf7 to your computer and use it in GitHub Desktop.
Save mikumogit/3daf5da80cb636f5cc8067d68f2f7cf7 to your computer and use it in GitHub Desktop.
日本語配列のHHKB使用時、Shift+_で?を入力するためのKarabiner-Elements用JSONファイル
{
"title": "Exchange underscore to question for hhkb",
"rules": [
{
"description": "Shift+アンダースコアでquestionを入力",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "international1",
"modifiers": {
"mandatory": [
"shift"
],
"optional": [
"caps_lock"
]
}
},
"to": [
{
"key_code": "slash",
"modifiers": [
"shift"
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment