Created
November 24, 2022 19:06
-
-
Save confluencepoint/f7d3a6995fc91e0bd32be5959f17ed50 to your computer and use it in GitHub Desktop.
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": "DB66 - Neues Finder-Fenster (konfluenzpunkt)", | |
"rules": [ | |
{ | |
"description": "Global ⌘+N → Neues Finderfenster im Vordergrund", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "n", | |
"modifiers": { | |
"mandatory": ["command"] | |
} | |
}, | |
"to": [ | |
{ | |
"shell_command": "osascript -e '\ntell application \"Finder\"\nmake new Finder window\nactivate\nend tell'" | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment