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 

linking simple one button to 2 buttons.

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





PostPosted: Thu Mar 06, 2008 12:58 am    Post subject: linking simple one button to 2 buttons. Reply with quote

I have a script i love for ableton (mousewheel-zoom) but want to add one feature...

Hitting the 'S' key to produce what 'Cntl-E' does.

tried adding various things to the script with no luck.

Any help would be much appreciated.

Thanks!
Back to top
Rhys



Joined: 17 Apr 2007
Posts: 736
Location: Florida

PostPosted: Thu Mar 06, 2008 5:00 am    Post subject: Reply with quote

Code:
S::Send, {ControlDown}E{ControlUp}

Does this work?
_________________
[Join IRC!]

http://www.codeforcure.org/
Back to top
View user's profile Send private message
Baraka Sound
Guest





PostPosted: Thu Mar 06, 2008 5:11 am    Post subject: Reply with quote

no. but thanks for the help!
Back to top
Kellianjaxon



Joined: 04 Jan 2008
Posts: 39

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

Maybe like this:

Code:
S::Send, {Control Down}E{Control Up}

or simply
Code:
S::^E
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