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

Main Area and Open Discussion > General Software Discussion

Need advice on AHK key remap

(1/1)

Harrie:
Hi.  One of my board members works in a platform that, for some reason, enters twice when they hit the Enter key once.  So I wanted to make an AHK script to correct that.  It seems that hitting Win key + Enter does the same thing as Enter, so I did this:

Enter::Send #{Enter} 

But A) - I'm not sure, since Enter is messed up for this person, that this combo won't do the same.  I can't really test it properly; works for me but then again, I don't have that problem with the Enter key.

B)  I tried doing it another way, like this:
Send {Enter 1}+{Up}+{Delete}  ; Press Enter once, then arrow up and delete

Which is a disaster because, if you run it while on your Desktop, for instance, it wants to select icons and ask if you want to delete them.  Definite no go there!  <grin>  Plus it seems to delete itself - the script!

I was just wondering if there were some other sure-fire way to do this so that it works for the person.  I am not the brightest bulb in the room when it comes to AHK, and that's a huge understatement.

I hope I put this in the right board section.

Thanks.

brotherS:
Hi.  One of my board members works in a platform that, for some reason, enters twice when they hit the Enter key once.
-Harrie (April 16, 2006, 05:41 AM)
--- End quote ---
Not that it would help me fixing it, but which OS is that? Something old and buggy like Windows 95 or 98?

Maybe some other DC member can help with your question.

Harrie:
Hi, brotherS, thanks for your comment.  Looking at the person's profile, they use XP.  I get the feeling it's the transcription program they work in that's the problem, and that all is fine when not in that app.

noth(a)nk.you:
You could try using the IfWinActive command with your transcription program.

I haven't been able to get it work myself (another dim bulb), but that link above should explain it.

Harrie:
Thanks a lot, noth.  I wish I had this program myself to test it on.  I guess I'll let them try my first one, if that doesn't work, we can try IfWinActive. 

Navigation

[0] Message Index

Go to full version