mouse.scroll_up 和其他滚动命令发生了什么?

mouse.scroll_up 和其他滚动命令发生了什么?

此单行脚本无法编译

mouse.scroll_down()

AttributeError:“Mouse”对象没有属性“scroll_down”。

scroll_up()与、scroll_left()和相同scroll_right()。添加参数(数字)没有区别。

但这些命令显示在官方文档

scroll_down(number)

Fires the mouse button 5 signal the specified number of times.

Note that the behavior of these methods are effected (and untested) by programs like imwheel.

Usage: mouse.scroll_down()

Parameters:

    number – The number of times the scroll up [sic] signal will be fired.

我做错了什么吗?现在可以使用自动键来触发鼠标滚动吗?

我在 Linux Mint 下使用 autokey-gtk 0.95.10-2。

答案1

感谢@harrymc 提供版本提示。

我不知道还有更高版本,它不在 Mint 存储库中。我读过的并链接到的文档似乎是针对 0.96.0 的。

Mint 的新版本即将发布。我会看看它是否包含升级,否则请考虑从 github 安装 Autokey。

相关内容