| View previous topic :: View next topic |
| Author |
Message |
Pluberus
Joined: 06 Mar 2008 Posts: 3
|
Posted: Thu Mar 06, 2008 2:18 pm Post subject: F1-f12 keys? how do i use them? |
|
|
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 |
|
 |
Kellianjaxon
Joined: 04 Jan 2008 Posts: 39
|
Posted: Thu Mar 06, 2008 2:26 pm Post subject: |
|
|
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 |
|
 |
|