I'm running the following script in my file.manager
url=www.ghisler.com]Total COmmander[/url] to move the divider of the two panels to 88.
Code:
1. ~^!P::
2. IfWinActive ahk_class TTOTAL_CMD
3. {
4. mousegetpos, merkx, merky,
5. Sleep, 100
6. MouseClick, left, 502, 536, 1, 0, D ,
7. Sleep, 100
8. MouseClick, left, 881, 536, 1, 0, U,
9. Sleep, 100
10.Mousemove, %merkx% , %merky%,
11. }
12.return
I use the resolution 768X1024 and the window of Total Commander is nearly as wide as the screen.
When I press [Altgr]+[p] it works fine.
When I press [Alt]+[Ctrl]+[p] the mouse does not stop at 88 percent but moves to the end of the screen.
Windows XP Pro SP2
Autohotkey 1.0.37.03
sheepdog