1 hotkey on 2 function Thread last updated on 2008-07-20 09:23:43

Posted by member 349043 on 2008-07-20 05:42:32

hello, now i use jkey.dll
How i can do 2 function on 1 hotkey?
Example: when i press "ctr+up" volume of sound go up & indicator panel of volume metter on (this function i realized on module "umSlider")?
i try do this:
*Hotkey .none VOLUMEUP !umSliderVolumeUp
*Hotkey .none VOLUMEDOWN !umSliderVolumeDown
*Hotkey .none VOLUMEOFFON !umSliderMute
;*Hotkey .none VOLUMEUP !umSliderToggle Track
;*Hotkey .none VOLUMEDOWN !umSliderToggle Track

but litestep write error on Recycle if i remove ";" on last 2 writes.

sorry russian english=)

Posted by member 93947 on 2008-07-20 09:23:43 link

*Hotkey .none VOLUMEUP !execute [!umSliderVolumeUp][!umSliderToggle Track]
etc