| View previous topic :: View next topic |
| Author |
Message |
newbie noob Guest
|
Posted: Wed Jul 02, 2008 6:39 pm Post subject: press delete 99999 times |
|
|
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
|
Posted: Wed Jul 02, 2008 6:43 pm Post subject: |
|
|
Untested
| Code: | | ^!z::Send,{Delete 9999} |
_________________ [Join IRC!]
 |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6084
|
Posted: Wed Jul 02, 2008 6:45 pm Post subject: |
|
|
| Code: | | ^!z::SendInput, {Delete 99999} |
 _________________
 |
|
| Back to top |
|
 |
newbie noob Guest
|
Posted: Wed Jul 02, 2008 6:51 pm Post subject: adsf |
|
|
| 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
|
Posted: Wed Jul 02, 2008 6:54 pm Post subject: |
|
|
| Quote: | | how do i bind it to like just ctrl z not ctrl alt z | RTFM about Send to get enlighted. |
|
| Back to top |
|
 |
|