Print Screen button broken :(

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • travman301
    #swagdog
    • Mar 2004
    • 2641

    #1

    Print Screen button broken :(

    I cleaned my keyboard, and now my printscreen button doesn't work. ;_;

    Does anyone know any other button combo I can press to get the computer to take a ss?

    Right now I can use the on-screen keyboard, but when i take a ss it's there.

    What can I do???

    Also, I wasn't sure where to put this thead so I settled on CC.
  • Villiex
    FFR Player
    • Apr 2008
    • 327

    #2
    Re: Print Screen button broken

    You should be able to write an AutoHotKey script that sends Print Screen with a different button combination of your choice. Other than that, I don't think there's a natural second option.
    Originally posted by knuckles2224
    What's does a mental block look like? Is it a bear?

    Comment

    • [TeRa]
      FFR Player
      • May 2007
      • 9922

      #3
      Re: Print Screen button broken

      Yeah, do what he said, download AHK - http://www.autohotkey.com/download/
      Use something like this - `::send {PRINTSCREEN}

      It works, I tested it out first
      I was trying to get something like the pause/break button or the page down button to hot key to print screen, but it won't let me have a button that shows { as the first character be used, which is why I chose `, it's one of the lesser used keys, although you can make it whatever.
      Last edited by [TeRa]; 05-23-2008, 02:12 AM.

      Comment

      • Squeek
        let it snow~
        • Jan 2004
        • 14444

        #4
        Re: Print Screen button broken

        on-screen keyboard

        Start-> Accessories

        Comment

        Working...