Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get keyboard cursor position
#1
In my macros, I need to get the cursor position after I move the cursor down to next column using keyboard down-arrow function. However, I can only find the way to get current mouse cursor position. Anyone knows how to get the current cursor position when the mouse is not pointing to the current cursor position.
#2
Macro Macro2763
Code:
Copy      Help
int x y
GetCaretXY x y
out F"{x} {y}"
#3
Gintaras Wrote:Macro Macro2763
Code:
Copy      Help
int x y
GetCaretXY x y
out F"{x} {y}"

can i find details in the help menu ? I cannot find getcaretxy function ?
#4
Click GetCaretXY and press F1.


Forum Jump:


Users browsing this thread: 1 Guest(s)