ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Get keystroke value

<< < (3/3)

HankFriedman:
I got the compiling to work too!

First I renamed the upx.exe to another name to stop the compression. But that didn't fix the problem (even tho' one forum said it might).

Then I found the tip that worked: delete the exe file and then recompress it. That did the trick!

Why? Because, unbeknownst to me, AutoHotKey has placed in my System Tray the older exe file and by deleting it from the hard drive, I closed the old window.

With no AutoHotKey windows open, and running the EXE, it worked fine.

Thank you all for providing me with the solution I needed.

Hooray!

HankFriedman:
One last question:

How would I program Alt F4 with AutoHotKey?

I want to get LWin F to trigger Alt F4

and tried the following commands:


LWin & F::LAlt & F4


LWin & F::Alt & F4


LWin & F::! & F4


LWin & F::AltF4


LWin & F::!F4

each one at a time, with #persistent on the first line

and none of them worked.

can anyone help?

lanux128:
I want to get LWin F to trigger Alt F4-HankFriedman (June 14, 2009, 12:42 AM)
--- End quote ---

try this, works on my computer.. :)

--- ---#Persistent
#NoEnv

SendMode, Input

~LWin & f::
Send, !{F4}
Return

nogojoe:
One last question:

How would I program Alt F4 with AutoHotKey?
..................
and none of them worked.

can anyone help?
-HankFriedman (June 14, 2009, 12:42 AM)
--- End quote ---

have you tried the AutoHotkey forum someone there will sure help you and they are very good if someone like yourself have had a go using Autohotkey and can provide the problem in detail and the attempts made as well.
Give them a go then post your solution here when you are successful

nogojoe

HankFriedman:
lanux128 saves the day!

That script works perfectly.

I can see that I have a bit of AutoHotKey studying to do, but thank you all so much for all of your superb help!

I am very grateful.

Navigation

[0] Message Index

[*] Previous page

Go to full version