XEV - Only KeyBoard Events
Need xev
ONLY for keyboard events? no prob.
Don't simply run xev
, run xev -event keyboard
for minimal output.
Protip: alias xevkb="xev -event keyboard" # xev only for kb events https://coderwall.com/p/awlshw
from man xev
:
-event event_mask
Select which events to display. The -event option can be specified multiple times to select multiple types of events.
**When not specified, all events are selected**.
Available event masks: keyboard mouse expose visibility structure substructure focus property colormap owner_grab_button randr
Written by Wild Eyes
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#