Skip to content

Instantly share code, notes, and snippets.

@k-hamada
Created October 23, 2017 11:37
Show Gist options
  • Save k-hamada/089314cf3b984c7552887098440c0dfe to your computer and use it in GitHub Desktop.
Save k-hamada/089314cf3b984c7552887098440c0dfe to your computer and use it in GitHub Desktop.
"description": "Change fn + letter to left_control + letter",
"manipulators": [
{
"from": {
"key_code": "tab",
"modifiers": {
"mandatory": [
"fn"
],
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "tab",
"modifiers": [
"left_control"
]
}
],
"type": "basic"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment