Skip to content

Instantly share code, notes, and snippets.

@kanghyojun
Created August 31, 2020 02:17
Show Gist options
  • Save kanghyojun/ce99d2ec5d70bc1befe3df8096409302 to your computer and use it in GitHub Desktop.
Save kanghyojun/ce99d2ec5d70bc1befe3df8096409302 to your computer and use it in GitHub Desktop.
{
"title": "test",
"maintainers": [
"kang hyojun"
],
"rules": [
{
"type": "basic",
"from": {
"modifiers": {
"optional": [
"control"
]
}
},
"to": [
{
"set_variable": {
"name": "enable_mouse_motion_to_scroll",
"value": 1
}
}
],
"to_after_key_up": [
{
"set_variable": {
"name": "enable_mouse_motion_to_scroll",
"value": 0
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment