Unanswered: Cannot paste with Control V in TextField
Unanswered: Cannot paste with Control V in TextField
Hi,
Even though I am able to paste text into a TextField using the right mouse click+Paste option, I cannot paste using the Control+V shortcut. I can't seem to copy using the Control+C shortcut, whereas using the right mouse Copy option works.
Revolved: copy+paste using control+C and control+V
Revolved: copy+paste using control+C and control+V
We had added a custom handler for all Control+ invocations which was catching all Conrol+ keys and not letting it pass through. Once we removed it, it worked.