View Single Post
Old 08-08-2012, 06:49 PM   #4
zirkoni
Game Wizzzzzzard
 
zirkoni's Avatar

 
Join Date: Oct 2007
Location: Tampere, Finland
Posts: 508
Default

You could use another software to do the trick.

On Windows I'd use Autohotkey with a script something like this:
Code:
$Space::
 While GetKeyState("Space","p"){
  Send {Space}
  Sleep 10
 }
return
I think IronAHK can be run on Linux and Mac and it can use the same scripts as Autohotkey.
__________________
www.youtube.com/@zirkoni42
zirkoni is offline                         Send a private message to zirkoni
Reply With Quote