I want to use AHK to simulate Ctrl + Alt + break.
The below code does nothing. I have also pasted the key history with first using the Num - and then actually pressing the set of trio keys. The AHK key doesn't work while the actual pressing of key works. The codes generated by both appear to be same to me except that Break has d & u with AHK. But that shouldn't matter. I also introduced the delay but that also doesn't work.
SetKeyDelay, 2,2
NumpadSub::
send {LCtrl Down}{LAlt Down}{vk03sc146}{LCtrl Up}{LAlt Up}
return
I also tried with {CtrlBreak} and the below with no success in Win XP remote desktop. send !^{vk03sc146} This code works find in my win 7. However I need to remote in to the Win XP. Help please.
6D 04A d 1.33 Num -
A2 01D i d 0.00 Ctrl
A4 038 i d 0.02 Alt
03 146 i d 0.02 Break
03 146 i u 0.02 Break
A2 01D i u 0.02 Ctrl
A4 038 i u 0.02 Alt
6D 04A u 0.16 Num -
74 03F d 1.00 F5
74 03F u 0.09 F5
74 03F d 2.02 F5
74 03F u 0.13 F5
74 03F d 0.19 F5
74 03F u 0.11 F5
A2 01D d 1.31 Ctrl
A4 038 d 0.00 Alt
03 146 u 0.39 Break
A2 01D u 0.06 Ctrl
A4 038 u 0.03 Alt
74 03F d 3.08 F5