| View previous topic :: View next topic |
| Author |
Message |
PhillyN
Joined: 15 May 2008 Posts: 2 Location: UK
|
Posted: Thu May 15, 2008 2:05 pm Post subject: Help - bamboozled!!! |
|
|
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 |
|
 |
John W
Joined: 09 Apr 2007 Posts: 148
|
Posted: Thu May 15, 2008 2:40 pm Post subject: |
|
|
| Code: | a::
SendInput, !fs{Esc}{Down}{Enter}
Return |
(Makes 'a' to your hotkey.) _________________ John
Inactive - Until AutoHotkey is available for Linux. |
|
| Back to top |
|
 |
PhillyN
Joined: 15 May 2008 Posts: 2 Location: UK
|
Posted: Thu May 15, 2008 3:24 pm Post subject: |
|
|
| Many Thanks |
|
| Back to top |
|
 |
|