Skip to content

Instantly share code, notes, and snippets.

@llouislu
Created September 25, 2020 08:19
Show Gist options
  • Select an option

  • Save llouislu/8b717afd42b44c668f5294fcfc532e33 to your computer and use it in GitHub Desktop.

Select an option

Save llouislu/8b717afd42b44c668f5294fcfc532e33 to your computer and use it in GitHub Desktop.
{
"title": "Louis' Karabiner Complex Modification Collection",
"rules": [
{
"description": "Hold shortly on L_SHIFT as F17",
"manipulators": [
{
"from": {
"key_code": "left_shift"
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "f17"
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment