Closed GoogleCodeExporter closed 9 years ago
To send chords (combinations of keys), use the syntax <ctrl>+t with
keyboard.send_key/s
Original comment by cdekter
on 27 Feb 2012 at 8:28
My point was that keyboard.press_key doesn't work.
Actually, I want to use it to do a ctrl + mouse click like this:
keyboard.press_key("<ctrl>")
mouse.click_relative(0,0,1)
keyboard.release_key("<ctrl>")
Which doesn't work either: only the mouse click is done and the same error
appears in the log.
Original comment by vian...@likwid.fr
on 27 Feb 2012 at 10:56
Original issue reported on code.google.com by
vian...@likwid.fr
on 26 Feb 2012 at 3:48