.gitignore update: ignore all the contents of macros except the TEST- macros. Same goes for panels and test_panel.

This commit is contained in:
JaxxMoss 2025-05-08 23:30:52 +02:00
parent eb77287066
commit 6bdace237b
21 changed files with 183 additions and 2 deletions

9
macros/TEST-New_Tab.json Normal file
View file

@ -0,0 +1,9 @@
[
{ "code": "lctrl", "direction": "down", "type": "key" },
{ "type": "delay", "value": 15 },
{ "code": "t", "direction": "down", "type": "key" },
{ "type": "delay", "value": 15 },
{ "code": "lctrl", "direction": "up", "type": "key" },
{ "type": "delay", "value": 15 },
{ "code": "t", "direction": "up", "type": "key" }
]