Posted By: SlackmasterK | Apr 13th @ 9:48 PM
page 1 of 1
Comments: 2 | Views: 521
SlackmasterK
SlackmasterK
I write my OWN blogging engines
The objective:  Make LWIN-(MouseScrollUp) map to LWIN-(+), and down to -. Therefore, WinKey-Mousewheel will zoom in and out on the Windows Magnifier.  Globally, like a Windows shortcut.

I'm looking for a way to do this. ANY way.  I've looked into writing software to listen for the event and send the input, but SendKeys can't send a WinKey.

I've looked into an Accessibility utility, but I don't see one.

I've looked into automation/macro software, but they don't seem to be driven by key-mouse combinations.

Help?
Dodo
Dodo
I'm your creativity creator™ :)
In your case, wouldn't it be easier to use something like this and change the commands to use the WinKey aswell? I think remapping the scroll event with pressing [+] and [-] is a bad idea and breaks scrolling entirely, even if you don't use the magnifier.

Otherwise, wouldn't {LWINDOWN} and {LWINUP} or {RWINDOWN} and {RWINUP} be the Windows key?
page 1 of 1
Comments: 2 | Views: 521
Microsoft Communities