Emy/DEV/shortcut-app/data/shortcuts.json
2026-06-17 23:26:21 +02:00

31 lines
No EOL
527 B
JSON

{
"bettertouchtool": [
{
"name": "test mich doch",
"key": "strg+t",
"tags": [
"bt"
],
"description": "soso",
"date": "08.06.2026"
},
{
"name": "chache space",
"key": "cmd+alt+<>",
"tags": [
"global"
],
"description": "haja",
"date": "08.06.2026"
}
],
"global": [
{
"name": "neue Notiz von überall",
"key": "alt+esc",
"tags": [],
"description": " ",
"date": "19.03.2026"
}
]
}