scripting:api:short-key-handler:execute

Execute

Method of IShortKeyHandler

Execute Handler

var pbProcessed = ShortKeyHandler.Execute(pView, nKey, bUp, bShift, bCtrl, bAlt);
pbProcessed = ShortKeyHandler.Execute pView, nKey, bUp, bShift, bCtrl, bAlt
VARIANT_BOOL bProcessed;
HRESULT hr = ShortKeyHandler.Execute(pView, nKey, bUp, bShift, bCtrl, bAlt, &bProcessed);