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 

F1-f12 keys? how do i use them?

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



Joined: 06 Mar 2008
Posts: 3

PostPosted: Thu Mar 06, 2008 2:18 pm    Post subject: F1-f12 keys? how do i use them? Reply with quote

How do i implement the f1-f12 keys in something like this:

:*:h::ty

but instead:
:*:f1::f2f3

I want it so that when I push f1 it pushes f2 and f3.

when i use the :*:f1::f2f3 code, whenever i type f-1 it types f-2. I want it so when I push the F1 key it pushes F2.
Back to top
View user's profile Send private message
Kellianjaxon



Joined: 04 Jan 2008
Posts: 39

PostPosted: Thu Mar 06, 2008 2:26 pm    Post subject: Reply with quote

That would be
Code:
F1:: Send, {F2}{F3}

You can't use a hotstring method because "f2f3" will be sent as a literal string.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   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