You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the coordinate of cursor location of keyboard. It is different than mouse pointer location. Is there a way to extend gkm to achieve that?
Rgds
The text was updated successfully, but these errors were encountered:
If you're talking about the "blinking" cursor (or simply the cursor that displays where you are typing), then my first answer would be that it's not currently possible.
You obviously have many ways to add this, namely extend gkm directly to use something else than gkm-java which relies on JNativeHook, which afaik, does not offer any information regarding keyboard cursor position. You could also extend gkm-java to do so. It would require implementing the necessary logic in Java. gkm simply spawns a process that sends it through stdout 1 event per line. If you follow the same current output formatting rules that are currently used to output keyboard and mice events, it shouldn't be too difficult to add new events.
tomzx
changed the title
Is there a way to get lcoation of keyboard cursor location?
Is there a way to get the location of the keyboard cursor location?
Feb 14, 2017
tomzx
changed the title
Is there a way to get the location of the keyboard cursor location?
Is there a way to get the keyboard cursor location?
Feb 14, 2017
Hi,
I want to get the coordinate of cursor location of keyboard. It is different than mouse pointer location. Is there a way to extend gkm to achieve that?
Rgds
The text was updated successfully, but these errors were encountered: