Skip to content

Instantly share code, notes, and snippets.

@confluencepoint
Created November 24, 2022 19:06
Show Gist options
  • Save confluencepoint/f7d3a6995fc91e0bd32be5959f17ed50 to your computer and use it in GitHub Desktop.
Save confluencepoint/f7d3a6995fc91e0bd32be5959f17ed50 to your computer and use it in GitHub Desktop.
{
"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