Skip to content

Instantly share code, notes, and snippets.

/eg.json Secret

Created July 13, 2017 06:16
Show Gist options
  • Save anonymous/a441553e720362deb97d79d4a9dcc898 to your computer and use it in GitHub Desktop.
Save anonymous/a441553e720362deb97d79d4a9dcc898 to your computer and use it in GitHub Desktop.
{
"profiles":[
{
"complex_modifications":{
"rules":[
{
"manipulators":[
{
"description":"Capslock to escape when used alone, to left control when used as modifier",
"from":{
"key_code":"caps_lock",
"modifiers":{
"optional":[
"any"
]
}
},
"to":[
{
"key_code":"left_control"
}
],
"to_if_alone":[
{
"key_code":"escape",
"modifiers":{
"optional":[
"any"
]
}
}
],
"type":"basic"
}
]
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment