Initial public release

This commit is contained in:
2026-07-17 15:29:53 -04:00
commit 2d71ce77a1
81 changed files with 32056 additions and 0 deletions
View File
File diff suppressed because it is too large Load Diff
+205
View File
@@ -0,0 +1,205 @@
{
"version": 1,
"settings": {
"hold_ms": 500,
"type_delay": 15,
"orientation": 0,
"resume_delay": 0,
"combo_pre_ms": 500,
"combo_post_ms": 500,
"probe_timeout_ms": 300,
"media_hold_ms": 100,
"type_shift_extra_ms": 25,
"type_settle_ms": 150,
"pause_margin_left": 4,
"pause_margin_right": 4,
"pause_margin_top": 16,
"pause_margin_bottom": 12
},
"macros": [
{
"name": "Open WT Admin",
"label_color": "white",
"image_path": null,
"nodes": [
{
"id": "6d8515b0",
"type": "start",
"x": 100,
"y": 100,
"data": {},
"flipped": false
},
{
"id": "10bd84f2",
"type": "combo",
"x": 306.0,
"y": 96.0,
"data": {
"mods": [
"gui"
],
"key": "r",
"custom_timings": false,
"custom_pre_ms": 167,
"custom_post_ms": 167,
"custom_key_pre_ms": 3,
"custom_key_post_ms": 8
},
"flipped": false
},
{
"id": "3189106f",
"type": "pause",
"x": 521.0,
"y": 95.0,
"data": {
"wait": 5000,
"text": "Wait for run box",
"font_size": 11,
"text_color": "white"
},
"flipped": false
},
{
"id": "c1efba35",
"type": "text",
"x": 751.0,
"y": 87.0,
"data": {
"text": "wt",
"language": "none"
},
"flipped": false
},
{
"id": "b9547d90",
"type": "combo",
"x": 977.0,
"y": 86.0,
"data": {
"mods": [
"ctrl",
"shift"
],
"key": "enter",
"custom_timings": false,
"custom_pre_ms": 167,
"custom_post_ms": 167,
"custom_key_pre_ms": 3,
"custom_key_post_ms": 8
},
"flipped": false
},
{
"id": "51f9171c",
"type": "pause",
"x": 1200.0,
"y": 84.0,
"data": {
"wait": 7000,
"text": "Waiting for UAC",
"font_size": 12,
"text_color": "white"
},
"flipped": false
},
{
"id": "29ca8212",
"type": "combo",
"x": 1420,
"y": 80,
"data": {
"mods": [],
"key": "left",
"custom_timings": false,
"custom_pre_ms": 167,
"custom_post_ms": 167,
"custom_key_pre_ms": 3,
"custom_key_post_ms": 8
},
"flipped": false
},
{
"id": "e45190f4",
"type": "combo",
"x": 1626.0,
"y": 77.0,
"data": {
"mods": [],
"key": "enter",
"custom_timings": false,
"custom_pre_ms": 167,
"custom_post_ms": 167,
"custom_key_pre_ms": 3,
"custom_key_post_ms": 8
},
"flipped": false
},
{
"id": "52dfd1a8",
"type": "pause",
"x": 1894.0,
"y": 81.0,
"data": {
"wait": 10000,
"text": "Waiting for WT",
"font_size": 12,
"text_color": "white"
},
"flipped": false
}
],
"connections": [
{
"from": "6d8515b0",
"from_port": "out",
"to": "10bd84f2",
"to_port": "in"
},
{
"from": "10bd84f2",
"from_port": "out",
"to": "3189106f",
"to_port": "in"
},
{
"from": "3189106f",
"from_port": "out",
"to": "c1efba35",
"to_port": "in"
},
{
"from": "c1efba35",
"from_port": "out",
"to": "b9547d90",
"to_port": "in"
},
{
"from": "b9547d90",
"from_port": "out",
"to": "51f9171c",
"to_port": "in"
},
{
"from": "51f9171c",
"from_port": "out",
"to": "29ca8212",
"to_port": "in"
},
{
"from": "29ca8212",
"from_port": "out",
"to": "e45190f4",
"to_port": "in"
},
{
"from": "e45190f4",
"from_port": "out",
"to": "52dfd1a8",
"to_port": "in"
}
]
}
]
}