Sign In:     


Forum: Old versions

Topic: Keyboard shortcut mapping help needed

This topic is old and might contain outdated or incorrect information.

Can someone help me with creating a keyboard shortcut? I'm trying to assign the "Z" key on my keyboard so that it will cycle through 3 different zoom settings in the waveform window. In other words the first press will zoom in near, the 2nd press would zoom in at the default setting, and the 3rd press would be a far setting. I'm having a hell of a time trying to figure it out.
 

Posted Sun 27 Dec 09 @ 2:53 pm
Try the following:

zoom default ? zoom far : zoom far ? zoom near : zoom default

 

Like this?

cycle 'mode' 3 & var_equal 'mode' 1 ? zoom 'far' : var_equal 'mode' 2 ? zoom 'default' : zoom 'near'
 

blueeyesdf wrote :
Like this?

cycle 'mode' 3 & var_equal 'mode' 1 ? zoom 'far' : var_equal 'mode' 2 ? zoom 'default' : zoom 'near'


That worked perfectly, thanks man!! I never woulda been able to decipher the script instructions in the Wiki to pull that off (I knew I should have paid more attention in computer class in high school).
 

Hey can someone help me figure out how to assign more then one function to shortcut!! For example i am trying to assign Play and gotocue to one button what do i need to do..
 

 



(Old topics and forums are automatically closed)