jnativehook
jnativehook copied to clipboard
Caret operations?
How about extend functionality to work with caret operations? I mean win api functions GetCaretPos, SetCaretPos or equals for this in swt.
There isn't currently any support for the caret position. Only mouse pointer position.
If anyone would like to speed up the integration of this feature, see if there is an OS X and/or Linux equivalent function. We would need an API for all 3 platforms to make implementing this feasible.