Skip to content

Instantly share code, notes, and snippets.

@mizukmb
Created July 28, 2017 07:49
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 mizukmb/1750d659b4110e37124c23bef014324d to your computer and use it in GitHub Desktop.
Save mizukmb/1750d659b4110e37124c23bef014324d to your computer and use it in GitHub Desktop.
right_shift to _ (under bar) in Karabiner-Elements
{
"description": "右シフトをアンダーバーにする",
"manipulators": [
{
"from": {
"key_code": "right_shift",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_shift"
}
],
"to_if_alone": [
{
"key_code": "hyphen",
"modifiers": [
"right_shift"
]
}
],
"type": "basic"
}
]
}
@mizukmb
Copy link
Author

mizukmb commented Feb 6, 2018

~/.config/karabiner/karabiner.json

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