I would like AppsKey + Delete to simulate LCtrl+LAlt+Del, and I thought the following script would do it, but it doesn't:
AppsKey & Delete::
SendInput {LAlt down}{LCtrl down}{Delete}{LAlt up}{LCtrl up}
MsgBox "You pressed AppsKey & Delete"
return
Any thoughts why?
Note 1:: The MsgBox command above works though and I get a window.
Note 2:: I tested this on Windows 7 64bit and Windows XP 32bit with no success.
LCtrl+LAlt+Del– roseck Aug 29 '11 at 13:51