File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 使用方法
44
5- 在编译后可以得到Gokeylog.exe和GokeyRun.exe。
6- Gokeylog.exe双击打开,会记录键盘和鼠标的操作;
5+ 在编译后可以得到GokeyLog.exe、GokeyLua.exe和GokeyRun.exe。
6+ GokeyLog.exe双击打开,会记录键盘和鼠标的操作;
7+ GokeyLua.exe双击打开,默认调用同目录下的main.lua文件,或者cmd:GokeyLua.exe xxxx.lua执行lua脚本
78GokeyRun.exe用法是将得到的.script文件拖动到GokeyRun.exe上,或者使用cmd:GokeyRun.exe xxxx.script执行脚本
89
910## 目前问题
@@ -12,29 +13,18 @@ GokeyRun.exe用法是将得到的.script文件拖动到GokeyRun.exe上,或者
1213
1314## Libraries for GoRobotScript
1415
15- ----------------------------------------------------------------
16-
1716- [ GitHub - yuin/gopher-lua: GopherLua: VM and compiler for Lua in Go] ( https://github.com/yuin/gopher-lua ) : Call Package
1817
19- - [ GitHub - robotn/gohook: GoHook, Go global keyboard and mouse listener hook] ( https://github.com/robotn/gohook ) : Do thing
20-
21- ----------------------------------------------------------------
18+ - [ GitHub - robotn/gohook: GoHook, Go global keyboard and mouse listener hook] ( https://github.com/robotn/gohook ) : Do thing
2219
23- Donation
24- ----------------------------------------------------------------
20+ ## Donation
2521
26- Null Now
22+ Null Now
2723
28- ----------------------------------------------------------------
29-
30- License
31- ----------------------------------------------------------------
24+ ## License
3225
3326MIT
3427
35- ----------------------------------------------------------------
36-
37- Author
38- ----------------------------------------------------------------
28+ ## Author
3929
4030Suceru
You can’t perform that action at this time.
0 commit comments