Skip to content

Instantly share code, notes, and snippets.

@oogatta
Created November 25, 2017 07:33
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 oogatta/3c1bd23be8e1e859ead662c07e354df4 to your computer and use it in GitHub Desktop.
Save oogatta/3c1bd23be8e1e859ead662c07e354df4 to your computer and use it in GitHub Desktop.
{
"title": "oogatta",
"rules": [
{
"description": "右コントロールを単体で押したときに、カーソル上を送信する。",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "right_control",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "right_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "up_arrow"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment