AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

press delete 99999 times

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
newbie noob
Guest





PostPosted: Wed Jul 02, 2008 6:39 pm    Post subject: press delete 99999 times Reply with quote

i just need a macro that will press delete 99999 times super fast if i press control z
^!z::
Back to top
Rhys



Joined: 17 Apr 2007
Posts: 730
Location: Florida

PostPosted: Wed Jul 02, 2008 6:43 pm    Post subject: Reply with quote

Untested
Code:
^!z::Send,{Delete 9999}

_________________
[Join IRC!]
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 6084

PostPosted: Wed Jul 02, 2008 6:45 pm    Post subject: Reply with quote

Code:
^!z::SendInput, {Delete 99999}


Smile
_________________
Back to top
View user's profile Send private message
newbie noob
Guest





PostPosted: Wed Jul 02, 2008 6:51 pm    Post subject: adsf Reply with quote

Uhh when i use it it opens up the task manager becuase of ctrl+alt + delete how do i bind it to like just ctrl z not ctrl alt z
Back to top
BoBo²
Guest





PostPosted: Wed Jul 02, 2008 6:54 pm    Post subject: Reply with quote

Quote:
how do i bind it to like just ctrl z not ctrl alt z
RTFM about Send to get enlighted.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group