【发布时间】:2020-11-06 09:40:03
【问题描述】:
我在 AutoKey 中使用 Python autopilot.input.Mouse 在 Ubuntu 中模拟鼠标(move,click)
并寻找解决方案
鼠标滚轮向下滚动
我的 AutKey-Prototype 使用 pyautogui(由 pip3 install pyautogui linuxhint.com 安装)什么都不做:
# pip3 install pyautogui
import pyautogui
pyautogui.scroll(20)
系统
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-52-generic
OS Type: 64-bit
【问题讨论】:
标签: python mousewheel autokey