AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Left-right scrolling

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
helpme



Joined: 22 Apr 2007
Posts: 33

PostPosted: Tue Jul 17, 2007 5:51 am    Post subject: Left-right scrolling Reply with quote

Dear AutoHotkey experts,

Can AutoHotkey perform left-right scrolling using short-cut keys?

For example, some horizontal lines in a web-page is very long, so the reader needs to scroll to the right to read till the end.
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Tue Jul 17, 2007 6:32 am    Post subject: Reply with quote

helpme wrote:
For example, some horizontal lines in a web-page is very long, so the reader needs to scroll to the right to read till the end.


You may middle-click and move the mouse to the desired direction...
Anyways, the following enables horizontal scrolling when Alt key is down:

Code:
!WheelDown::SendInput {Right 5}
!WheelUp::SendInput {Left 5}


Smile
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group