mouse.click_relative_self(0,0,1)
When I add this to a script I expect for a mouse click when I press the hotkey combination, which is described in the API http://autokey.googlecode.com/svn/trunk/doc/scripting/lib.scripting.Mouse-class.html . Instead I get the error Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/autokey/service.py", line 404, in execute exec script.code in self.scope File "<string>", line 2, in <module> AttributeError: Mouse instance has no attribute 'click_relative_self'
I am using version 0.71 of autokey on Linux Mint 10 - 32bit with Gnome.
Comment #1
Posted on Sep 13, 2011 by Swift BirdThis method is only implemented in 0.80 which has not been released yet.
Status: Invalid
Labels:
Type-Defect
Priority-Medium