| View previous topic :: View next topic |
| Author |
Message |
BarakaSound Guest
|
Posted: Thu Mar 06, 2008 12:58 am Post subject: linking simple one button to 2 buttons. |
|
|
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
|
|
| Back to top |
|
 |
Baraka Sound Guest
|
Posted: Thu Mar 06, 2008 5:11 am Post subject: |
|
|
| no. but thanks for the help! |
|
| Back to top |
|
 |
Kellianjaxon
Joined: 04 Jan 2008 Posts: 39
|
Posted: Thu Mar 06, 2008 2:20 pm Post subject: |
|
|
Maybe like this:
| Code: | | S::Send, {Control Down}E{Control Up} |
or simply
|
|
| Back to top |
|
 |
|