Essential for me is to program the mouse wheel button as dbl-click. This seems to be missing from mouse configuration. I have a plain wired optical wheel mouse from MS. Any idea how I can program the middle-click?
OT: Win 8.1
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
OT: Win 8.1
OK, I'm now on Win 8.1 and I will be shamelessly using the XY forum for some related questions.
Essential for me is to program the mouse wheel button as dbl-click. This seems to be missing from mouse configuration. I have a plain wired optical wheel mouse from MS. Any idea how I can program the middle-click?
Essential for me is to program the mouse wheel button as dbl-click. This seems to be missing from mouse configuration. I have a plain wired optical wheel mouse from MS. Any idea how I can program the middle-click?
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: OT: Win 8.1
There's always AutoHotkey...
This answer on SuperUser has the script and some other options.
This answer on SuperUser has the script and some other options.
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
Wow, fast!
I never used AHK. So a few hours after unlocking my brandnew OS I have to compile a helper app to add a basic functionality that I'm using since Win95? Hm. (BTW, I don't hate Win 8.1, I like it!)
I never used AHK. So a few hours after unlocking my brandnew OS I have to compile a helper app to add a basic functionality that I'm using since Win95? Hm. (BTW, I don't hate Win 8.1, I like it!)
FAQ | XY News RSS | XY X
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: OT: Win 8.1
Sadly, I think your only option is something 3rd-party.admin wrote:I never used AHK. So a few hours after unlocking my brandnew OS I have to compile a helper app to add a basic functionality that I'm using since Win95? Hm. (BTW, I don't hate Win 8.1, I like it!)
I don't see any such option in Windows 7... Was it really something that Windows provided in earlier version or was it the mouse driver/software?
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: OT: Win 8.1
AHK is superior to do simple things.
P.S: For more key combinations: http://www.autohotkey.com/docs/commands/Send.htm
Code: Select all
#notrayicon
RButton::Sendinput {LButton 2}I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
Indeed, has probably been the mouse driver (Microsoft IntelliPoint). I somehow expected that I don't have to download and install a 20 MB package to map a dbl-click to a button. Sigh.
I'd prefer the AHK thing. Uhm, can somebody here compile it for me... ?
I'd prefer the AHK thing. Uhm, can somebody here compile it for me... ?
FAQ | XY News RSS | XY X
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: OT: Win 8.1
Warning: It's GUI less and I removed tray icon, so, the only way to disable this script is via Task Manager
To see the attached files, you need to log into the forum.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
highend
- Posts: 14953
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: OT: Win 8.1
http://www.highrez.co.uk/downloads/XMou ... ontrol.htm
Great tools, let's you assign scrolling speeds (depending on application) and ofc maps third & forth mouse buttons to what you like.
Btw, don't forget that 8.1 comes with Hyper-V so you can always test things quickly in a virtual machine...
Great tools, let's you assign scrolling speeds (depending on application) and ofc maps third & forth mouse buttons to what you like.
Btw, don't forget that 8.1 comes with Hyper-V so you can always test things quickly in a virtual machine...
One of my scripts helped you out? Please donate via Paypal
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
@binocular222
Thanks, but... it does not run. No error. Nothing in Tak Manager. Nothing happens. Neither x32 nor x64.
Thanks, but... it does not run. No error. Nothing in Tak Manager. Nothing happens. Neither x32 nor x64.
FAQ | XY News RSS | XY X
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: OT: Win 8.1
Runs fine on Win7 x32. Sorry, but I have no Win 8 to test (maybe due to Admin right?).
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
Thanks.highend wrote:http://www.highrez.co.uk/downloads/XMou ... ontrol.htm
Great tools, let's you assign scrolling speeds (depending on application) and ofc maps third & forth mouse buttons to what you like.
Btw, don't forget that 8.1 comes with Hyper-V so you can always test things quickly in a virtual machine...
Hyper-V! Never heard of this (damn, I waste all my time with XY...
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
Tried to run as admin: nope.binocular222 wrote:Runs fine on Win7 x32. Sorry, but I have no Win 8 to test (maybe due to Admin right?).
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
Generally, of course, I'm thankful for any Win8.1 tip that protects me from a face palm of the "Gosh, I should have done this right away. now it's too late!" type.
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: OT: Win 8.1
I tried this one (4KB!) but it does not work either.
http://www.softpedia.com/get/System/OS- ... lick.shtml
The exe starts and closes right away after about 2 seconds saying (msgbox) "bye!" (admin or not admin, the same). Hm.
Is there a secret about running apps in Win8?
http://www.softpedia.com/get/System/OS- ... lick.shtml
The exe starts and closes right away after about 2 seconds saying (msgbox) "bye!" (admin or not admin, the same). Hm.
FAQ | XY News RSS | XY X
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: OT: Win 8.1
Yes, so many that I tried Win 8 on first day of release, gave up in a week. Then tried it a few months ago and still had to give up in frustration.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
XYplorer Beta Club