Updated readme
录制并重放键盘事件的小程序。
graph TD start(开始) judgeFile{判断action.pkl是否存在} record[录制(按Esc结束)] replay[重放(按Esc结束)] stop(结束) start --> judgeFile judgeFile -->|否| record record --> replay judgeFile -->|是| replay replay --> stop
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
KBReplayer
录制并重放键盘事件的小程序。
graph TD start(开始) judgeFile{判断action.pkl是否存在} record[录制(按Esc结束)] replay[重放(按Esc结束)] stop(结束) start --> judgeFile judgeFile -->|否| record record --> replay judgeFile -->|是| replay replay --> stop