AutoHotkey Community

It is currently May 25th, 2012, 5:48 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: January 29th, 2005, 8:10 pm 
Offline

Joined: January 29th, 2005, 6:58 pm
Posts: 22
I use the following code to switch the tasks by mouse wheel:

Code:
Ctrl & WheelDown::AltTab
Ctrl & WheelUp::ShiftAltTab


But I only can go through the entries in the direction I started with ...

WinXP Pro, SP1, German


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 29th, 2005, 10:15 pm 
Offline

Joined: January 11th, 2005, 7:27 pm
Posts: 13
On my system it works.

WinXP-SP2
Mouse Logitech MX500


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 2:24 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
If your version of AutoHotkey is older than 1.0.25.05, try adding the line #InstallKeybdHook to the top of your script.

If that doesn't work, you might try changing Ctrl to be LCtrl or RCtrl. Really old versions might especially require that.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 9:33 am 
Chris wrote:
If your version of AutoHotkey is older than 1.0.25.05, try adding the line #InstallKeybdHook to the top of your script.

If that doesn't work, you might try changing Ctrl to be LCtrl or RCtrl. Really old versions might especially require that.


I still use the #InstallKeybdHook due to other reasons in my script and my AutoHotkey is v1.0.25.08. I already have tested several other combinations of L|RCtrl and others here.

The same problem occurs on other systems also (e.g. on a W2k of a friend of mine) but on most systems the given lines of code work great.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 9:38 am 
Offline

Joined: January 11th, 2005, 7:27 pm
Posts: 13
Maybe it's a problem with the mousedriver. I use the standard-mouse-driver, no Logitech-stuff installed.


Last edited by DoXer on January 30th, 2005, 9:50 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 9:48 am 
Offline

Joined: January 29th, 2005, 6:58 pm
Posts: 22
Anonymous wrote:
Guest


Urks, the above poster was me (I didn't check the "auto login" option) and didn't expect that guest posting are possible. Sorry.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 9:49 am 
Offline

Joined: January 29th, 2005, 6:58 pm
Posts: 22
DoXer wrote:
Maybe it's a problem with the mousedriver. I use the standard-mouse-driver, no Logitech-atuff installed.


I use IntelliPoint Mouse Driver v4.12.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2005, 2:01 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Mythos wrote:
The same problem occurs on other systems also (e.g. on a W2k of a friend of mine) but on most systems the given lines of code work great.
That explanation helps a lot. I'm sending you an e-mail and maybe you can help me fix this by testing out modified versions. Thanks.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group