Change Windows 10 Magnifier Shortcut Keys


  1. Posts : 1
    Windows 10
       #1

    Change Windows 10 Magnifier Shortcut Keys


    Greetings:

    Is there a way to change the Magnifier hot-keys? I need to be able to do this one-handed and I prefer NOT to use the mouse. Google has been, surprisingly, unhelpful with this. I'd prefer to do it within Windows, including Registry hacks, but if you know of a utility program that can handle it, I'll look at that as well.

    Thanks.
      My Computer


  2. Posts : 42,998
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, there's this by MS- not tried it myself...
    https://support.microsoft.com/en-us/...4-0928873d712f

    then there's Autohotkey (free) - an scripting tool which does a whole lot more than just supporting mapping keys

    E.g.
    ^!s::#e
    remaps CTRL+ALT+s to win key + e

    Put that in a simple text file which you can run with Autohotkey installed - e.g. remap.ahk
    From that you can create remap.exe with a couple of clicks,

    Can remap mouse keys too.

    Other programs have been mentioned on tenforums if you care to search.
      My Computers


  3. Posts : 1,767
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #3

    Remap the shortcut keys using AutoHotkey. It means you'll have to have a small .AHK script running but the overhead is miniscule. For example:
    Code:
    mag := "Magnify.exe", app := A_WinDir "\System32\" mag
    
    F11::
       Run, %app% /lens ; alternative parameters: /fullscreen, /docked, /lens
    Return
    
    F12::
       Process, Close, %mag%
    Return

    This would remap F11 to open Magnifier and F12 to close it.

    (You may have to think of alternative keys if, for example, you are using a laptop which perhaps needs an Fn key pressed in conjunction with a Function key.)

    Other Magnifier shortcut keys can be similarly remapped. AutoHotkey is very flexible so it more or less depends on how many 'one-handed' Magnifier controls you want remapped, for example remapping them as combination keys with the NumPad (like Insert & + to increase zoom and Insert & - to decrease zoom or perhaps Insert & = to cycle through the different views available).

    Hope this helps...
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:13.
Find Us




Windows 10 Forums