Emy/DEV/shortcut-app/data/shortcuts.json

31 lines
527 B
JSON
Raw Normal View History

2026-06-17 21:26:21 +00:00
{
"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"
}
]
}