Hi,
The shortcut
Quote:New Shortcut(nOpenNewLinkCommand, KeyCode.LButton, True, False, False)
is never fired, if KeyCode.LButton is replaced with another value (KeyCode.L for example) it works fine.
It seems the KeyCode.LButton don't seem to be handled on mouse click.