.\" $XConsortium: xev.man,v 1.10 94/04/17 20:45:20 gildea Exp $ .\" .\" Copyright (c) 1998, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Sat Oct 31 11:29:04 JST 1998 .\" by FUJIWARA Teruyoshi .\" Updated Fri Oct 19 01:14:55 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .\" $XFree86: xc/programs/xev/xev.man,v 1.3 2001/01/27 18:21:11 dawes Exp $ .\" .TH XEV 1 "Release 6.5" "X Version 11" .SH 名前 .\"0 xev - print contents of X events xev - X のイベントの内容を表示 .SH 書式 .B "xev" [\-display \fIdisplayname\fP] [\-geometry \fIgeom\fP] [\-bw \fIpixels\fP] [\-bs \fI{NotUseful,WhenMapped,Always}\fP] [\-id \fIwindowid\fP] [\-s] [\-name \fIstring\fP] [\-rv] .SH 説明 .PP .\"0 \fIXev\fP creates a window and then asks the X server to send it .\"0 \fIevents\fP whenever anything happens to the window (such as being moved, .\"0 resized, typed in, clicked in, etc.). You can also attach it to an .\"0 existing window. It is useful for seeing what causes .\"0 events to occur and to display the information that they contain. \fIxev\fP はウィンドウを生成し、そのウィンドウに対して起こった全ての \fIイベント\fP (ウィンドウの移動、サイズ変更、キー入力、ポインタボタン のクリック等)を送るように X サーバに依頼する。これを既存のウィンドウに 割り当てることもできる。このプログラムは、何がイベントを起こしているか 調べるときや、そのイベントに含まれる情報を表示するときに便利である。 .SH オプション .TP 8 .B \-display \fIdisplay\fP .\"0 This option specifies the X server to contact. 接続する X サーバを指定する。 .TP 8 .B \-geometry \fIgeom\fP .\"0 This option specifies the size and/or location of the window. ウィンドウのサイズや位置を指定する。 .TP 8 .B \-bw \fIpixels\fP .\"0 This option specifies the border width for the window. ウィンドウの境界幅を指定する。 .TP 8 .B \-bs \fI{NotUseful,WhenMapped,Always}\fP .\"0 This option specifies what kind of backing store to give the window. ウィンドウを与えるバッキングストアの種類を指定する。 .\"0 The default is NotUseful. デフォルトの値は NotUseful である。 .TP 8 .B \-id \fIwindowid\fP .\"0 This option specifies that the window with the given id should be .\"0 monitored, instead of creating a new window. 新しいウィンドウを生成するのではなく、与えられた ID を持つウィンドウを 監視することを指定する。 .TP 8 .B \-s .\"0 This option specifies that save-unders should be enabled on the window. ウィンドウ上でセーブアンダーを有効にすることを指定する。 .TP 8 .B \-name \fIstring\fP .\"0 This option specifies the name to assign to the created window. 生成したウィンドウに付ける名前を指定する。 .TP 8 .B \-rv .\"0 This option specifies that the window should be in reverse video. ウィンドウを反転表示することを指定する。 .SH 関連項目 X(7), xwininfo(1), xdpyinfo(1), Xlib Programmers Manual, X Protocol Specification .br .\"0 See \fIX(7)\fP for a full statement of rights and permissions. 権利と許諾についての完全な声明については \fIX(7)\fP を参照すること。 .SH 著者 Jim Fulton, MIT X Consortium