jay823001 / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Hold down key #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like a scripting command feature to hold down keys.
Example, I can send a <ctrl> but I cant make it hold down ctrl.

Should be a keyboard.send_keydown() and keyboard.send_keyup() or 
keyboard.send_keypress() and keyboard.send_keyrelease() or something.

Original issue reported on code.google.com by eldman...@gmail.com on 14 Jul 2010 at 7:54

GoogleCodeExporter commented 9 years ago
I'm curious why you would need this. Could you explain?

Original comment by cdekter on 16 Jul 2010 at 1:16

GoogleCodeExporter commented 9 years ago
There are games where one action is mouseclick, then another action is 
ctrl+mousdclick, then a third action is alt+mouseclick.

Original comment by eldman...@gmail.com on 16 Jul 2010 at 12:07

GoogleCodeExporter commented 9 years ago
Ah fair enough... well it's simple to implement so I'll include it in the next 
version.

Original comment by cdekter on 16 Jul 2010 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by thae...@gmail.com on 27 Jul 2010 at 2:10