Add Trim Point | Hotkey

 From:  Michael Gibson
8636.2 In reply to 8636.1 
Hi J, try setting up a shortcut key with this as the command part:

script: /* Trigger Add trim points in Trim command */ moi.ui.fireUIEvent( 'addtrimpoints' );

You'll need to be in the Trim command already though.

- Michael