User-agent: Mozilla Thunderbird 0.9 (X11/20041103)
I need to know what keys are being held down during a TemplateDrop
action, and also during a paste action. The past action is my own
action and command, but how to I know what keys are held down, and at
which point would you recommend me capturing that info?
The TemplateDrop seems to be limited to Drop Copy only, but I want a
DropLink. Any idea on how I should go about getting that?
Looks like we have a whole new duplicated DropTargetListener here
instead of the one used normally by Java. Its confusing me a bit as to
how I should proceed!?