Created
November 24, 2022 19:06
-
-
Save confluencepoint/f7d3a6995fc91e0bd32be5959f17ed50 to your computer and use it in GitHub Desktop.
Revisions
-
confluencepoint created this gist
Nov 24, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ { "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" } ] } ] }