In IE 10, when you click on any text while holding down a key CTRL, the browser selects the text (this means the text is getting focus, and I want to avoid it because I have a script with several choices where CTRL+ click means add / remove -selection).
How to disable this "feature"?
By the way, I still want to be able to select text using normal mouse actions.
source
share