kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.73k stars 345 forks source link

Caret operations? #206

Open stdex opened 6 years ago

stdex commented 6 years ago

How about extend functionality to work with caret operations? I mean win api functions GetCaretPos, SetCaretPos or equals for this in swt.

kwhat commented 6 years ago

There isn't currently any support for the caret position. Only mouse pointer position.

kwhat commented 2 years ago

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.