是否可以在linux中同时模拟击键("N"
)和鼠标点击?
我xdotool
在 fedora linux 发行版上使用
我没有发现任何与这种可能性有关的东西
稍后编辑:
我找到了以下解决方法。我发布它是因为有人可能有类似的问题。
即使没有在单击的同时按下该键,您也可以使用:
<pseudocode>
keydown [options] keystroke - it will keep the key pressed.
Mouse click here.
keyup keystroke - it will release the key