Skip to content

Instantly share code, notes, and snippets.

@gcsecsey
Last active August 6, 2022 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcsecsey/269ce34c1af84291cf8dc2c66deea9c9 to your computer and use it in GitHub Desktop.
Save gcsecsey/269ce34c1af84291cf8dc2c66deea9c9 to your computer and use it in GitHub Desktop.
Karabiner-Elements Magic Keyboard mappings
{
"rules": [
{
"description": "Eject to Screenshot",
"manipulators": [
{
"from": {
"consumer_key_code": "eject"
},
"to": [
{
"key_code": "4",
"modifiers": [
"left_command",
"left_shift"
]
}
],
"type": "basic"
},
{
"from": {
"consumer_key_code": "eject",
"modifiers": {
"mandatory": [
"fn"
]
}
},
"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