mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
.gitignore update: ignore all the contents of macros except the TEST- macros. Same goes for panels and test_panel.
This commit is contained in:
parent
eb77287066
commit
6bdace237b
21 changed files with 183 additions and 2 deletions
9
macros/TEST-Next_Tab.json
Normal file
9
macros/TEST-Next_Tab.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{ "code": "lctrl", "direction": "down", "type": "key" },
|
||||
{ "type": "delay", "value": 15 },
|
||||
{ "code": "tab", "direction": "down", "type": "key" },
|
||||
{ "type": "delay", "value": 15 },
|
||||
{ "code": "lctrl", "direction": "up", "type": "key" },
|
||||
{ "type": "delay", "value": 15 },
|
||||
{ "code": "tab", "direction": "up", "type": "key" }
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue