Last active
October 22, 2022 06:17
-
-
Save steventheworker/dbefc6146420180396141aa5ed495da1 to your computer and use it in GitHub Desktop.
add to ~/.config/karabiner/assets/complex_modifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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