Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

RobotGo v0.40.0 , 完善鼠标键盘控制

$
0
0

RobotGo v0.40.0 发布了,Golang跨平台控制鼠标键盘位图屏幕,窗口句柄及全局事件监听;用于自动化测试工具等场景。

主要变更:

  • 增加Window方法SetActive

  • 更新KeyTap,支持字符串数组[]string和string同时使用

  • 更新KeyToggle,支持更多参数

  • 更新MouseToggle,支持切换左右键

  • 更新MouseClick,支持左中右按键

  • 更新Screen,添加Capture_Screen

  • 更新平滑移动鼠标MoveMouseSmooth,添加速度参数

  • 更新文档

  • 更新测试

修复BUG:

  • 修复Windows C99问题 

  • 修复keyboard参数问题


安装:
go get github.com/go-vgo/robotgo

项目地址:

Github:https://github.com/go-vgo/robotgo

Oschina:https://git.oschina.net/veni0/robotgo


Viewing all articles
Browse latest Browse all 44787

Trending Articles