Copy link to clipboard
Copied
Hi everybody! is it possible to add item in context menu when right button mouse clicking on layer?
Copy link to clipboard
Copied
No. Check the FAQ in the SDK documentation - it spells out pretty specificially what you can do and very boardly what you cannot (basically everything else).
Copy link to clipboard
Copied
You can not do this regularely. However you can try something like this:
Free program AutoHotkey (www.autohotkey.com) react on right click (Alt+Right click or Esc+Right click or something similar) and displays is own GUI. Than depending on action, it starts your java script which then run your plugin.
Your plugin must be scripting Avare.
It is not most elegant but if you absolutely need response to right click (modified ) this can be the way.
Regards,
Momir
Copy link to clipboard
Copied
Thnx! It's not so necessary...