| Author |
Message |
Topic: AutoHotKey doesn't start automatically at Windows startup |
Jedi Kalimero
Replies: 2
Views: 457
|
Forum: Ask for Help Posted: Tue May 31, 2005 9:02 am Subject: AutoHotKey doesn't start automatically at Windows startup |
I've added AutoHotKey to the start group and its icon [H] appears in the traybox, but sometimes it doesn't seem to work. I try any of the HotKeys I've defined and no way.
If I go to the icon and se ... |
Topic: Enhanced ScrollBars like in GENIUS MOUSE? Any script? |
Jedi Kalimero
Replies: 4
Views: 1186
|
Forum: Ask for Help Posted: Sat May 21, 2005 12:38 am Subject: Enhanced ScrollBars like in GENIUS MOUSE? Any script? |
Close but still not perfect.
I have changed the script to this:
WheelDown::
CoordMode, Mouse, Screen
MouseGetPos, xmouse, ymouse, id, control
SendMessage, 0x115, 1, 0, %control%, a ... |
Topic: Enhanced ScrollBars like in GENIUS MOUSE? Any script? |
Jedi Kalimero
Replies: 4
Views: 1186
|
Forum: Ask for Help Posted: Thu May 19, 2005 9:58 am Subject: Enhanced ScrollBars like in GENIUS MOUSE? Any script? |
I have made a script that actually works in the first point of my last mail but i still don't know how to move the horizontal slider instead of the vertical.
The script works at 90% of ScrollBars b ... |
| |