Commit Graph

49 Commits

Author SHA1 Message Date
辉鸭蛋
b1a59c47a3 version 2025-01-05 02:57:29 +08:00
辉鸭蛋
8f91858b8d new record 2025-01-05 02:38:41 +08:00
辉鸭蛋
1f7aee994e 1 2025-01-03 03:16:04 +08:00
辉鸭蛋
351a3cb270 utc+8 2024-12-29 18:30:48 +08:00
辉鸭蛋
ec56692f8a + 2024-12-28 18:03:05 +08:00
辉鸭蛋
cbd33a15ef obs 2024-12-28 14:11:16 +08:00
辉鸭蛋
03f0e46784 move pc.json 2024-12-28 10:53:36 +08:00
辉鸭蛋
3ed01a5d46 pc info 2024-12-26 01:10:21 +08:00
辉鸭蛋
839343cebf SysParams 2024-12-23 23:32:25 +08:00
辉鸭蛋
e36257e7b4 fix 2024-12-23 23:16:32 +08:00
辉鸭蛋
5ff8b30dc1 jsonl1 2024-12-23 22:29:10 +08:00
辉鸭蛋
da8fc4a89e 1222 2024-12-23 02:51:22 +08:00
辉鸭蛋
17f678294e use system tick count 2024-12-19 00:35:24 +08:00
辉鸭蛋
cc615a6d7a mouse move by 2024-12-18 02:34:09 +08:00
辉鸭蛋
b483ec2d84 play with merge event 2024-12-17 01:30:45 +08:00
辉鸭蛋
0d56fa6c7e fix bug 2024-12-17 01:05:24 +08:00
辉鸭蛋
83f8f78203 fix all 2024-12-16 23:56:30 +08:00
辉鸭蛋
e6bac7e72c add ffmpeg recorder 2024-12-16 08:55:08 +08:00
辉鸭蛋
fa3e7fccb0 add sharp avi 2024-12-15 17:48:30 +08:00
辉鸭蛋
ec8fa6e824 KeyDown -> KeyUp 2024-12-14 20:52:19 +08:00
辉鸭蛋
3266b63187 alt use sendInput 2024-12-14 19:56:38 +08:00
辉鸭蛋
294d096229 fixed Alt does not take effect when playing macros 2024-12-14 18:59:16 +08:00
辉鸭蛋
48b5ab8af6 macro: add mouse wheel 2024-12-14 18:40:14 +08:00
辉鸭蛋
e2a25e4492 new camera orientation algorithm by https://github.com/Limint 2024-12-02 22:53:40 +08:00
辉鸭蛋
160e45c75a fix JustTp 2024-10-04 14:24:42 +08:00
辉鸭蛋
7afbbee3e1 add more interrupt operation
在 KeyMouseMacroPlayer 类中添加取消请求检查

在 `KeyMouseMacroPlayer` 类中添加了一个检查取消请求的功能。
在处理每个宏事件之前,增加了以下代码:
    if (ct.IsCancellationRequested)
    {
        return;
    }
这段代码用于在取消请求被触发时,立即终止宏事件的重放。
2024-09-21 18:11:47 +08:00
辉鸭蛋
447fd103de support high dpi keyboard and mouse recording 2024-08-20 23:40:25 +08:00
辉鸭蛋
3b701735e6 fix kmscript dpi adapt 2024-08-20 23:22:40 +08:00
ema
9b874d3747 small trial with using Toast instead of MessageBox 2024-08-16 00:43:32 +08:00
qhy040404
c490d29aa1 code cleanup 2024-08-14 18:01:02 +08:00
辉鸭蛋
a7153a47f6 auto crystalfly init 2024-08-11 02:32:00 +08:00
辉鸭蛋
02b3d80056 record camera orientation config 2024-08-10 22:04:17 +08:00
lwh9346
b881ba313e bug fix 2024-08-10 00:37:52 +08:00
lwh9346
d69a7c428e capture camera orientation while recording mouse movement to improve replay accuracy 2024-08-09 15:58:40 +08:00
lwh9346
6bd9079b3b improve macro player 2024-08-06 23:43:48 +08:00
辉鸭蛋
4e5629bc16 fix stop recorder hotkey #501 2024-07-30 00:26:52 +08:00
辉鸭蛋
96a56ac4b8 fix stop when recorder starting #501 2024-07-29 23:59:22 +08:00
辉鸭蛋
3d2168874e fix some bug 2024-07-28 11:29:50 +08:00
辉鸭蛋
0f5247c844 keymouse script adaptation for multi-resolution 2024-07-28 11:07:00 +08:00
辉鸭蛋
059e21775f unified capture image method 2024-07-21 20:38:06 +08:00
辉鸭蛋
c3922107b5 init script 2024-07-21 10:13:41 +08:00
辉鸭蛋
b1534a612c new BaseTaskThread 2024-07-15 22:15:26 +08:00
辉鸭蛋
bc6e9bc078 update key mouse marco ui 2024-07-13 17:03:05 +08:00
辉鸭蛋
083fdd435f integrated recording and playback 2024-06-27 00:00:49 +08:00
辉鸭蛋
84465d866f test direct input 2024-06-26 00:04:52 +08:00
辉鸭蛋
40c42e550b add calibration 2024-06-25 01:50:55 +08:00
辉鸭蛋
8153367903 fix macro play 2024-06-25 00:07:06 +08:00
辉鸭蛋
7ce829a3af code optimization 2024-06-24 01:20:38 +08:00
辉鸭蛋
da30d0b7a1 add key mouse recorder 2024-06-24 01:12:42 +08:00