Ingresar:     


Forum: Old versions

Tópico: Keyboard shortcut mapping help needed

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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.
 

Mensajes 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..
 

 



(Los tópicos y foros antiguos son automáticamente cerrados)