AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Numpad Enter difficulty

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Auran
Guest





PostPosted: Fri Apr 23, 2004 7:51 am    Post subject: Numpad Enter difficulty Reply with quote

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: 10465

PostPosted: Fri Apr 23, 2004 12:20 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Guest






PostPosted: Fri Apr 23, 2004 9:01 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group