
I got a question like in topic. Got little issue with AutoHotKey (lol) and Phil explanation about XMBC mose mechanics could help me discover what am I doing wrong.
In XMBC I got simkeys for a shortcut in my favourite daily stubborn CAM software - like this
MSAVE1 - saving starting position of mouse - in this situation when no command is active i'm hovering over the text entity (if i have any command active like move, delete draw - the entity below cursor would be highlithed)
MSET:x,y - moving - and there's a question if mouse has been moved or teleported? the target position is icon
LMB - clicking on the icon executing command
MREST1 - returning to starting position over the text entity - this is what it's all about, in XMBC text is highlithed when cursor returns to him so...
LMB - .. I'm able to select this text by clicking (and get edit text window)
Ctrl+c - copying text which is selected in editbox in edit text window by default
Escape - closing edit text window
It's all about MREST here - in AHK I write identical code to this but restored cursor doesn't highligth entity.
Thanks in advance
