Is it possible to show key presses and mouse input visually?

66,017

Solution 1

From this blog post seems there are a number of scripts for AutoHotKey.

On Screen Keyboard displays a virtual keyboard and shows each keystroke as you type it. The button press visual is subtle, but it’s my favorite of the three.

enter image description here

and

ShowOff puts a plain white box in the corner of your screen and displays every keystroke and mouse click. You can change what keys to show, the font, colors and position as well as drag the window around.

showoff

and

osdHotkey is similar to ShowOff, displaying a window with colors that can be customized.

enter image description here

Solution 2

QiPress is a Windows plug-n-play utility I have written, with a variety of controls on what and how to display key presses on the screen.

Share:
66,017

Related videos on Youtube

lyrica
Author by

lyrica

Updated on September 18, 2022

Comments

  • lyrica
    lyrica over 1 year

    Is there a way to visually show if keypresses and programmed mouse-buttons are properly sending their input?

    Obviously, my keyboard is registering letter keys. But I can't tell whether my programmed mouse-buttons are properly sending their input, or if the problem is further down the chain with Windows' properly acting on the input. Likewise, sometimes my windows-key goes "out", but I'm not sure where in the chain of events it's failing.

  • Baldrickk
    Baldrickk about 6 years
    I believe the built in on screen keyboard in Windows also shows the keys you press on the physical keyboard, though it doesn't show mouse clicks.
  • Hellreaver
    Hellreaver over 4 years
    dead link, can you update?
  • Hellreaver
    Hellreaver over 4 years
    dead link, still active?