Skip to content

Instantly share code, notes, and snippets.

/eg.json Secret

Created July 13, 2017 04:18
Show Gist options
  • Save anonymous/bd13632e1d1aede966bcf026ab3629db to your computer and use it in GitHub Desktop.
Save anonymous/bd13632e1d1aede966bcf026ab3629db to your computer and use it in GitHub Desktop.
{
"profiles":[
{
"complex_modifications":{
"rules":[
{
"manipulators":[
{
"description":"Change left control to capslock if taps alone",
"from":{
"key_code":"left_control",
"modifiers":{
"optional":[
"any"
]
}
},
"to_if_alone":[
{
"key_code":"capslock",
"modifiers":{
"optional":[
"any"
]
}
}
],
"type":"basic"
}
]
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment