When I need to make a keyboard shortcut quickly I just select the text from the listener or script window and drag and drop it onto a tool bar. Then if you go to Customize User Interface/Keyboard and look in the "Drag and Drop" Category you'll find the script you just dropped. It's pretty handy. Lately I just have a…
You can do something following: Let's say this is the script with the rollout and the button that you want to press: <font class="small">Code:</font><hr /><pre>rollout testRlt "Test Rollout" ( button testBtn "Press Me" on testBtn pressed do (print "Button pressed") ) testFltr = newRolloutFloater "Test Floater" 150 60…