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 

My keyboard has no delete key

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
I need ctrl+alt+del!
Guest





PostPosted: Sun Jun 29, 2008 6:12 pm    Post subject: My keyboard has no delete key Reply with quote

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?


Code:
#q:: ^!Del

won't work
Back to top
jk7800



Joined: 06 Jan 2008
Posts: 40
Location: Gdi+ v1.1

PostPosted: Sun Jun 29, 2008 7:41 pm    Post subject: Reply with quote

Maybe

Code:
#q::Run, C:\Windows\System32\Taskmgr.exe

Smile
_________________
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
View user's profile Send private message
Wicked - Guest
Guest





PostPosted: Mon Jun 30, 2008 3:47 am    Post subject: Reply with quote

No no no no jk7800...

Code:
#q::
Run, taskmgr
Return


Smile
Back to top
yoyowazzup
Guest





PostPosted: Mon Jun 30, 2008 3:50 am    Post subject: Reply with quote

Code:
#q:: ^!Del


^ 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

PostPosted: Mon Jun 30, 2008 4:00 am    Post subject: Reply with quote

yoyowazzup wrote:
Code:
#q:: ^!Del


^ 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
View user's profile Send private message AIM Address
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