Skip to content

Instantly share code, notes, and snippets.

@steventheworker
Last active October 22, 2022 06:17
Show Gist options
  • Save steventheworker/dbefc6146420180396141aa5ed495da1 to your computer and use it in GitHub Desktop.
Save steventheworker/dbefc6146420180396141aa5ed495da1 to your computer and use it in GitHub Desktop.
add to ~/.config/karabiner/assets/complex_modifications
{
"title": "Rules for Karabiner-Elements | Tested Version: 11.6.0",
"rules": [
{
"description": "cmd-shift-e spotlight",
"manipulators": [
{
"from": {
"key_code": "e",
"modifiers": {
"mandatory": ["command", "shift"]
}
},
"to": [
{
"shell_command": "osascript -e ' tell application \"System Events\" to key code 49 using {command down} '"
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment