Hi devs,
I'm currently hunting for the causes that make copying in the
ChatConversationPanel so unreliable. Now I've encountered something curious:
There are 2 types of copy operations:
1. Select piece of text, then CTRL+C.
or
2. a) Select piece of text, then right-click, then click copy.
b) Select piece of text, then right-click, then CTRL+C.
Using option 2 gives significantly better results.
I am currently looking for the code where CTRL+C is handled. It will
probably some very general key handler that is used for many things, but
I haven't found it yet.
Does someone know where to find this code?
Danny