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 

Help - bamboozled!!!

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



Joined: 15 May 2008
Posts: 2
Location: UK

PostPosted: Thu May 15, 2008 2:05 pm    Post subject: Help - bamboozled!!! Reply with quote

Hi All,

I'm a very wet behind the ears newbie ....

I need to create a hotkey on a Function Key, that does the following:-

[ALFT+F] [S] [Esc] [Down] [Carriage Return]

I can get each part to assign to 1 function key, but I can't get it all onto one key.

Thanks in advance

Phil
Back to top
View user's profile Send private message
John W



Joined: 09 Apr 2007
Posts: 148

PostPosted: Thu May 15, 2008 2:40 pm    Post subject: Reply with quote

Code:
a::
SendInput, !fs{Esc}{Down}{Enter}
Return

(Makes 'a' to your hotkey.)
_________________
John
Inactive - Until AutoHotkey is available for Linux.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
PhillyN



Joined: 15 May 2008
Posts: 2
Location: UK

PostPosted: Thu May 15, 2008 3:24 pm    Post subject: Reply with quote

Many Thanks
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