Windows 8 – How to Stop Virtual Keyboard from Popping Up

virtual-keyboardwindows 8

I am the unwilling recipient of Windows 8. Lenovo couldn't fix the new Windows 7 Ultrabook I bought, so they sent me a Yoga laptop, with touch-screen and Windows 8.

Once I bought a start menu replacement, I don't mind Windows 8 too much – it's ugly, but most things work as well as Windows 7. But the thing that drives me crazy, endlessly, is the virtual keyboard popping up when I'm trying to do something else (well, just about anytime, since I almost never use it to type). It's like a giant Clippy that covers half the screen.

I haven't figured out what causes it to pop up. It seems pretty random, and sometimes it goes away before I can even reach for the escape key. Sometimes it comes up when I'm typing, sometimes when my hands are nowhere near the keyboard. Sometimes several times a minute, sometimes not for hours.

Any suggestions?

Best Answer

Check if it is a on screen keyboard:

enter image description here

Or a TabTip keyboard

enter image description here

For On-Screen Keyboard go to Control Panel -> Ease of Access -> Ease of Access Center -> Use the computer without a mouse or keyboard and uncheck Use On-Screen Keyboard (if checked). Also check if the Windows + Volume Up key do something. It could be set to On-Screen keyboard in Ease of Access Center -> Make touch tablets easier to use.

For TabTip keyboard, you can remove it by removing any shortcut for it from taskbar ( right click -> toolbars -> Touch Keyboard) and then killing process by typing this in cmd:

taskkill /F /IM TabTip*

(You could also consider putting this command into a batch file and executing it at startup as windows 8 restarts TabTip processes if it finds a touch input device, though it doesn't come forward on its own)

Related Question