Skip to content

Instantly share code, notes, and snippets.

@joey-coleman
Created February 21, 2024 14:16
Show Gist options
  • Save joey-coleman/937809cc34f90bebad0a7ae3ff397644 to your computer and use it in GitHub Desktop.
Save joey-coleman/937809cc34f90bebad0a7ae3ff397644 to your computer and use it in GitHub Desktop.
{
"description": "F16 to Lock Screen",
"manipulators": [
{
"from": {
"key_code": "f16"
},
"to": [
{
"key_code": "q",
"modifiers": [
"left_control",
"left_command"
]
}
],
"type": "basic"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment