| View previous topic :: View next topic |
| Author |
Message |
jasonb
Joined: 04 Jul 2009 Posts: 2
|
Posted: Sat Jul 04, 2009 4:33 pm Post subject: Help |
|
|
Hi i just started using autohotkey and i need a little bit of help scripting. I need help with Press down instead of press and release. So far i got one key down but i need help with "Shift+V" and so on. I got this for one key"$b:: Send {b down}{b up}" but dont know how to put shift+key into a press only script
[ Moderator!: Moved from Scripts and Functions ] |
|
| Back to top |
|
 |
SpiderGames
Joined: 09 Jun 2008 Posts: 923 Location: Canada
|
Posted: Sun Jul 05, 2009 2:43 pm Post subject: |
|
|
1: Descriptive title
2: Use Code Tags. "[code" "/code]"
3: Do you want a key sent down or do you want a hotkey activated on down?
| Code: |
Send, {Shift Down}{v Down}
|
_________________
I know i have 6 legs. It's cuz I'm special. |
|
| Back to top |
|
 |
|