Change print-screen key action


  1. Posts : 14
    Windows 7 Professional 64 bit version 6.1 build 7600
       #1

    Change print-screen key action


    Hello all,
    Is it possible to set the print screen button to run an application/command rather than its current action of capturing desktop and putting the image data in the clipboard?

    Stu
      My Computer


  2. Posts : 5,092
    Windows 7 32 bit
       #2

    Check out this site for free Hotkey scripting language AutoHotkey or AHK
    Index page • AutoHotkey Community

    I recommend AutoHotkey_L variant as it has enhanced features.
    AutoHotkey_L

    They are free and there is a forum to ask for help.


    What you want to do would be extremely easy in AHK. See the script below:

    Code:
    PrintScreen::
      run, notepad.exe ; change notepad to whatever program you want
    return
    When you run the program it sits in the task tray. As soon as you close it, the normal PrintScreen function returns.
      My Computer


 

  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 07:30.
Find Us