globalmousekeyhook icon indicating copy to clipboard operation
globalmousekeyhook copied to clipboard

Caret position

Open matteocontrini opened this issue 10 years ago • 3 comments

Hi, I have a feature request: getting the current caret/text cursor position. Is this possible?

Thanks

matteocontrini avatar Sep 07 '15 21:09 matteocontrini

My intuition tells me that caret position is the editor internal knowledge. I am pretty sure it will be impossible to get caret position form system in general case.have you made some research on that? Probably there is some Winodws API for that? Please let me know if yes.

gmamaladze avatar Sep 08 '15 07:09 gmamaladze

I have found this project, but it's a bit old and not much precise. It kinda works in notepad, but not in browsers for example. I'm not sure if the system exposes that information globally and reliably..

matteocontrini avatar Sep 08 '15 07:09 matteocontrini

Any updates on how to get the caret position in external application like browsers?

vishmonne avatar Mar 21 '18 10:03 vishmonne