Posts

Showing posts with the label Solution

ESC Key Not Functional in Windows 8 and Windows 8.1

If you’re a keyboard geek and you use Photoshop, you’ve likely been annoyed that the escape key doesn’t work in other applications while Photoshop is running.  It’s one of those tiny things that can drive you insane, so The Geek hacked together a solution for you.  You could always press Shift+esc to get the traditional escape key behavior in other applications, but he decided to make your life simpler through the power of AutoHotkey. When one key on your keyboard is not working, despite all the other keys responding properly, you have one of two possibilities: Either something in your computer is intercepting that particular key, or the key is broken. If you tried a spare keyboard and the key still doesn’t work, this almost eliminates the possibility of a malfunctioning keyboard. You still can’t rule it out, though, by the off-chance that both keyboards have the same defective key. As unlikely as it seems, it’s still possible. Let’s see how we can determine that. The keyboard is a de...