Using Control + V

pinEdit

Using Control + V


Pintexx Support 10-31-2005, 8:28

Control+V can be customized so that you can react on this event.

Please set the variable

globalControlVDisabled = true;

in config.js

and the event

"eventControlV"

in config_event.js will be raised.

You can now call one of the API function editPasteWord(), editPasteText() etc.