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 

NumpadEnter doesn't work

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
nbourre



Joined: 14 Aug 2007
Posts: 1

PostPosted: Tue Mar 16, 2010 2:05 pm    Post subject: NumpadEnter doesn't work Reply with quote

Hi,

I'm trying to send a NumpadEnter in Filemaker, but it doesn't seem to work.

Here is how I wrote it :

Code:
Send, {CTRLDOWN}a{CTRLUP}{CTRLDOWN}v{CTRLUP}
Send, {NumpadEnter}



It writes "{NumpadEnter}" in the text box.

Thanks for upcoming help
Back to top
View user's profile Send private message
sinkfaze



Joined: 18 Mar 2008
Posts: 5044
Location: the tunnel(?=light)

PostPosted: Tue Mar 16, 2010 2:49 pm    Post subject: Reply with quote

What do you currently have on your Clipboard?

Code:
MsgBox % Clipboard

_________________
Try Quick Search for Autohotkey or see the tutorial for newbies.
Back to top
View user's profile Send private message Send e-mail
closed



Joined: 07 Feb 2008
Posts: 509

PostPosted: Tue Mar 16, 2010 2:50 pm    Post subject: Reply with quote

It paste the clipboard so are you sure that the content of your clipboard is not by coincidence {NumpadEnter}?

just a thought Smile
Back to top
View user's profile Send private message
closed



Joined: 07 Feb 2008
Posts: 509

PostPosted: Tue Mar 16, 2010 2:51 pm    Post subject: Reply with quote

Hi Sinkfaze you beat me .........SmileSmileSmile
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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