diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2012-06-25 15:36:23 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-06-26 09:51:29 +1000 |
commit | d33b2c81bd931d581e5ce4b36f99ee60a76e740d (patch) | |
tree | 5fb50aafdf89172eb32833409e5fb5836aeb22b7 /man | |
parent | 96b24e2c353bb4c9b7a0e2fff4f13d015fdb25b9 (diff) |
Add a -event parameter to control the event mask
It's annoying to have to sift through a lot of unrelated events if all you care
about is one specific class of events (e.g. RandR events). Add a -event
parameter that can be used to tune which events to select. When not specified,
all events are selected.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Andy Ritger <aritger@nvidia.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/xev.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/xev.man b/man/xev.man index d13f022..ca38d56 100644 --- a/man/xev.man +++ b/man/xev.man @@ -52,6 +52,15 @@ This option specifies the name to assign to the created window. .TP 8 .B \-rv This option specifies that the window should be in reverse video. +.TP 8 +.B \-event \fIevent_mask\fP +Select which events to display. +The +.B \-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 .SH "SEE ALSO" X(__miscmansuffix__), xwininfo(__appmansuffix__), xdpyinfo(__appmansuffix__), Xlib Programmers Manual, X Protocol Specification |