That's a solution to a different problem than the one I was having. The print screen function works fine. It's just a pain to access on this laptop-keyboard.
I did a bit more searching around, and I found a workable solution. I found the program AutoHotKey, which can make customized hotkeys based off of scripts. After a bit of searching through the documentation/forums, I was able to get what I wanted:
Now, whenever I have the script active, pressing capslock takes a picture of the active window. This is much more convenient than pressing three keys at different parts of the keyboard.
I did a bit more searching around, and I found a workable solution. I found the program AutoHotKey, which can make customized hotkeys based off of scripts. After a bit of searching through the documentation/forums, I was able to get what I wanted:
Code Select
CapsLock:: Send {Alt Down}{PrintScreen}{Alt Up} Now, whenever I have the script active, pressing capslock takes a picture of the active window. This is much more convenient than pressing three keys at different parts of the keyboard.
). Throughout the entire experience, I was amazed by the sheer breadth of high-quality game design that I always missed out on because I had always warped to World 8.

), but then I got punched in the face, so I guess that I have nothing better to do than make maps while I recuperate over the next few weeks.



