Regards,
I am very curious:
I found that to know the coordinates of the mouse pointer is used
Code: Select all
xdotool getmouselocation --shell
... there is a way to know the coordinates of the cursor (of text) in a window (example, in a "text field -multiline" or in a text editor (not in terminal), to know in which line or column of the text the cursor)
Thank you