| View previous topic :: View next topic |
| Author |
Message |
freak
Joined: 27 Feb 2005 Posts: 1
|
Posted: Sun Feb 27, 2005 2:12 pm Post subject: taskmanager hotkey new |
|
|
hello all
i am a newbee and a german boy
the hotkey from the taskmanager strg + alt + entf to the strg + alt + t
how can i do this ?? with autohotkey
can everybody help me ?? |
|
| Back to top |
|
 |
Mats Guest
|
Posted: Sun Feb 27, 2005 2:43 pm Post subject: |
|
|
Since you can't send the magic keys (AFAIK!), you can run the taskmanager directly. It won't come up twice, so it doesn't matter, if it's already started.
| Code: | | ^!t::run taskmgr.exe |
|
|
| Back to top |
|
 |
|