1. paste this into the python console. api.copyToClip(u"d\n"*30) 2. Paste the result into instantbird (Do it to yourself, not someone else). 3. press enter. 4. Press control+end, and then shift up arrow about 5 times (Any number should work). 5. press shift+home and shift+end. Nothing happens. Expected: if shift+end is pressed, line n-k is unselected. Actual: nothing.
api.copyToClip(u"d\n"*30)
Expected: if shift+end is pressed, line n-k is unselected.
Actual: nothing.