| View previous topic :: View next topic |
| Author |
Message |
I need ctrl+alt+del! Guest
|
Posted: Sun Jun 29, 2008 6:12 pm Post subject: My keyboard has no delete key |
|
|
To make a long story short I don't have a del key (I have backspace) can someone write me a simple script to simulate CAD?
won't work |
|
| Back to top |
|
 |
jk7800
Joined: 06 Jan 2008 Posts: 40 Location: Gdi+ v1.1
|
Posted: Sun Jun 29, 2008 7:41 pm Post subject: |
|
|
Maybe
| Code: | | #q::Run, C:\Windows\System32\Taskmgr.exe |
 _________________ My first app: Note
(Please, vote if you like my apps!)
None of my apps took me more than a day to create... After this time I get bored with it (maybe except the note one)... |
|
| Back to top |
|
 |
Wicked - Guest Guest
|
Posted: Mon Jun 30, 2008 3:47 am Post subject: |
|
|
No no no no jk7800...
| Code: | #q::
Run, taskmgr
Return |
 |
|
| Back to top |
|
 |
yoyowazzup Guest
|
Posted: Mon Jun 30, 2008 3:50 am Post subject: |
|
|
^ and ! are used only for modifying hotkeys and if you actually want control and or Alt to be sent you want to use Ctrl Alt instead of ! ^ |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1145 Location: The Interwebs
|
Posted: Mon Jun 30, 2008 4:00 am Post subject: |
|
|
| yoyowazzup wrote: |
^ and ! are used only for modifying hotkeys and if you actually want control and or Alt to be sent you want to use Ctrl Alt instead of ! ^ |
Not quite. They are also used for modifying keys in the Send command.
The OS just uses a lower level method of determining when the user has pressed Ctrl+Alt+Delete, and so simulated keystrokes won't activate it. |
|
| Back to top |
|
 |
|