| View previous topic :: View next topic |
| Author |
Message |
tom Guest
|
Posted: Wed Mar 09, 2005 1:29 pm Post subject: Mausbewegung zum scrollen? |
|
|
Hi,
hat jemand eine Idee oder Lösumg für des Problem:
Caps + Mausbewegung = scrollen
?
Gruß tom |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 09, 2005 1:38 pm Post subject: |
|
|
You are lucky, This is a english forum. But there are some users around that can read/speak german as well.
If you want to stay with german, try the german forum www.autohotkey.de.vu/forum
I'm not a hotkey expert, let's ask the others:
@All:
Tom wants to use the Caps buttons and mouse movements to mimic scolling. Any help appreciated? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Wed Mar 09, 2005 1:46 pm Post subject: |
|
|
I have never tried anything like that, So all I write is a good guess:
You might trigger a timer with CAPSLOCK Down and disable the timer when CapsLock up.
The timer subroutine, checkes the position of the mouse, the difference between previous positions tells you what scroll command you have to sen to the window (WheelDown/WheelUp).
Have I made myself a fool now? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
SanskritFritz
Joined: 17 Feb 2005 Posts: 283 Location: Hungary, Budapest
|
Posted: Wed Mar 09, 2005 3:50 pm Post subject: |
|
|
I also made thoughts about making similar functionality found in Adobe Reader or GreenBrowser, where you can scroll the text in any direction by dragging the mouse, for any application with scollbars. Problem is that i cannot determine how many pixels the text moves when clicking on the scrollbar as all applications behave differently regarding scrolling. _________________ Is there another word for synonym? |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
|
| Back to top |
|
 |
|