Skip to content

Instantly share code, notes, and snippets.

@motchang
Created September 14, 2018 05:30
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 motchang/a3d02361c07765269c7b495a6d95c3f6 to your computer and use it in GitHub Desktop.
Save motchang/a3d02361c07765269c7b495a6d95c3f6 to your computer and use it in GitHub Desktop.
左 Option を単体で押した時に英数キーにする
{
"title": "Personal rules @motchang",
"rules": [
{
"description": "左 Option を単体で押した時に英数キーにする",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_option",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_option",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "japanese_eisuu"
}
]
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment