Here are some examples for the User Action Menus:

Code:
Unfold
!{e},{Down 10},{Right},{Down 5},{Enter}

Freeze All
!{p},{Down 13},{Enter}

UnFreeze All
!{p},{Down 14},{Enter}


Jazz Up Chords
!{e},{Down 14},{Right},{Down 4},{Enter 2}


Jazz Down Chords
!{e},{Down 14},{Right},{Down 5},{Enter 2}

Output Chords
^{e},{Tab 13},{Enter}


you can add them where you like:

Code:
[BiabVersionSet]
key=2009_earlier
[CustomActionButtons1]
ButtonCA11name=Unfold
ButtonCA12name=Freeze All
ButtonCA13name=UnFreeze All
ButtonCA14name=Output Chords
ButtonCA15name=ERROR
ButtonCA16name=ERROR
ButtonCA17name=ERROR
ButtonCA18name=Jazz Up Chords
ButtonCA19name=Jazz Down Chords
ButtonCA110name=ERROR
ButtonCA111name=ERROR
ButtonCA112name=ERROR
ButtonCA113name=ERROR
ButtonCA114name=ERROR
ButtonCA11funct=!{e},{Down 10},{Right},{Down 5},{Enter}
ButtonCA12funct=!{p},{Down 13},{Enter}
ButtonCA13funct=!{p},{Down 14},{Enter}
ButtonCA14funct=^{e},{Tab 13},{Enter}
ButtonCA15funct=ERROR
ButtonCA16funct=ERROR
ButtonCA17funct=ERROR
ButtonCA18funct=!{e},{Down 14},{Right},{Down 4},{Enter 2}
ButtonCA19funct=!{e},{Down 14},{Right},{Down 5},{Enter 2}
ButtonCA110funct=ERROR
ButtonCA111funct=ERROR
ButtonCA112funct=ERROR
ButtonCA113funct=ERROR
ButtonCA114funct=ERROR
[CustomActionButtons2]
......