 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Auran Guest
|
Posted: Fri Apr 23, 2004 7:51 am Post subject: Numpad Enter difficulty |
|
|
I am trying to remap NumpadEnter to the letter 'e' using:
~NumpadEnter::Send, e
I want this change because the program I am tricking treats both enter keys the same, and that is one of the problems I got this program to solve.
The tested results (in Notepad) were this:
<blank line>
e
e
e
...
The e's weren't all on the same line; the enter key was still going through, and the application I am customizing acts the same way.
I don't know if this is a bug, but it acts differently than my other binds and I could find now warnings in the help file or this forum.
Thank you for your time. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Fri Apr 23, 2004 12:20 pm Post subject: |
|
|
| Quote: | | ~NumpadEnter::Send, e | I notice you're using the tilde (~) prefix, which causes the hotkey's own key (NumpadEnter in this case) to pass through to the active window. What you probably want to do is remove that so that it looks like this: NumpadEnter::Send, e |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Apr 23, 2004 9:01 pm Post subject: |
|
|
ohh when i read the instructions in the help file, i thought (~) ignored shift,ctrl,alt,win states; maybe i used the wrong one. I'll try your suggestion and re-read that section.
Thanks! |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|