Magnifier Exit Shortcut

Page 1 of 2 12 LastLast

  1. Posts : 30
    Windows 7 Home Premium 64-Bit OEM
       #1

    Magnifier Exit Shortcut


    Anyone know of a keyboard shortcut to exit the Magnifier? I've Googled and all I find is Win + + to open/zoom in and Win + - to zoom out. It's a pain to have to go down to the Taskbar to close the Magnifier. Surely there must be a keyboard shortcut for this...
      My Computer


  2. Posts : 224
    Windows 7
       #2

    I don't think so but an alternate solution might be to simply make an autohotkey script that will load upon windows startup and watch for a keyboard shortcut to be pressed and kills the process.

    This would kill magnifier once you press windows+j:
    #j::
    IfWinExist, Magnifier
    WinKill
    return

    If you aren't familar with AHK, I would gladly compile a simple exe that will do it for you, just let me know what key combo you want and then put the exe in your startup folder. You don't even need to install anything.
      My Computer


  3. Posts : 30
    Windows 7 Home Premium 64-Bit OEM
    Thread Starter
       #3

    Thanks for the suggestion! I've never used AHK before, but this did not work with the Magnifier. It did work with several other applications I tested. Appears to be something unique about Magnifier. Even tried using the ahk_class for detection, but no luck. WinActivate works, but WinKill and WinClose (even Process, Close, Magniy.exe) do nothing with Magnifier. Any ideas?
      My Computer


  4. Posts : 224
    Windows 7
       #4

    hmm, that's odd. I tested it on my laptop, build 7137, and it worked perfectly. But right now, my laptop is shipped away for repair, and my desktop is running OS X. Has the magnifier window title changed from build to build or something? Or does anything at all happen when you try the shortcut? I could see maybe it confusing another window that perhaps had "Magnifier" in its title.
      My Computer


  5. Posts : 30
    Windows 7 Home Premium 64-Bit OEM
    Thread Starter
       #5

    Here's one version I've tried:

    DetectHiddenWindows, On
    #j::
    IfWinExist, ahk_class MagUIClass
    {
    WinActivate, ahk_class MagUIClass
    WinKill, ahk_class MagUIClass
    return
    }

    When Magnifier is running and I type Win+J, the Magnifier window pops up, but it does not close. I'm running 64-bit Build 7100.
      My Computer


  6. Posts : 224
    Windows 7
       #6

    What happens when you run simply:
    #j::
    IfWinExist, Magnifier
    WinKill
    return

    I admit I don't know much about AHK except the basics, but it seems like this'd be trivial to do, and I'm not sure why it doesn't work.
      My Computer


  7. Posts : 30
    Windows 7 Home Premium 64-Bit OEM
    Thread Starter
       #7

    No visible response to the script provided. Very weird. It works for NotePad, Explorer, Firefox, etc., but does nothing with Magnifier.
      My Computer


  8. Posts : 1
    Windows
       #8

    The keyboard shortcut to exit the Windows 7 Magnifier is Win+Escape.

    This posting is provided "AS IS" with no warranties, and confers no rights.
      My Computer


  9. Posts : 245
    Windows 7 Build 7232 x64 RC
       #9

    Guy Barker said:
    The keyboard shortcut to exit the Windows 7 Magnifier is Win+Escape.

    This posting is provided "AS IS" with no warranties, and confers no rights.
    WOW impressive
      My Computer


  10. Posts : 30
    Windows 7 Home Premium 64-Bit OEM
    Thread Starter
       #10

    Fantastic! Thank you very much.
      My Computer


 
Page 1 of 2 12 LastLast

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

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