Is it possible to assign mouse event to accelerator?
I tried this, but didn't worked
accFORM(1).fvirt = %FVIRTKEY '
accFORM(1).key = %VK_RBUTTON
accFORM(1).cmd = %OPER_FORM_EXPAND_LIST
May be combination of constants for .fvirt field is required?
I tried this, but didn't worked
accFORM(1).fvirt = %FVIRTKEY '
accFORM(1).key = %VK_RBUTTON
accFORM(1).cmd = %OPER_FORM_EXPAND_LIST
May be combination of constants for .fvirt field is required?
Comment