回答編集履歴
1
xevの出力結果を追加
test
CHANGED
@@ -11,3 +11,93 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
こんな報告ですけど、数少ないユーザなので情報を上げておきます。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
---
|
18
|
+
|
19
|
+
一応、ボタンも8/9で認識されているみたいです。(以下、xevの出力結果)
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
```
|
24
|
+
|
25
|
+
ButtonPress event, serial 35, synthetic NO, window 0x6200001,
|
26
|
+
|
27
|
+
root 0x13d, subw 0x6200002, time 2385100, (39,40), root:(292,571),
|
28
|
+
|
29
|
+
state 0x0, button 8, same_screen YES
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
EnterNotify event, serial 35, synthetic NO, window 0x6200001,
|
34
|
+
|
35
|
+
root 0x13d, subw 0x0, time 2385100, (39,40), root:(292,571),
|
36
|
+
|
37
|
+
mode NotifyGrab, detail NotifyInferior, same_screen YES,
|
38
|
+
|
39
|
+
focus YES, state 0
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
KeymapNotify event, serial 35, synthetic NO, window 0x0,
|
44
|
+
|
45
|
+
keys: 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
46
|
+
|
47
|
+
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
ButtonRelease event, serial 35, synthetic NO, window 0x6200001,
|
52
|
+
|
53
|
+
root 0x13d, subw 0x6200002, time 2385240, (39,40), root:(292,571),
|
54
|
+
|
55
|
+
state 0x0, button 8, same_screen YES
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
LeaveNotify event, serial 35, synthetic NO, window 0x6200001,
|
60
|
+
|
61
|
+
root 0x13d, subw 0x0, time 2385240, (39,40), root:(292,571),
|
62
|
+
|
63
|
+
mode NotifyUngrab, detail NotifyInferior, same_screen YES,
|
64
|
+
|
65
|
+
focus YES, state 0
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
ButtonPress event, serial 35, synthetic NO, window 0x6200001,
|
70
|
+
|
71
|
+
root 0x13d, subw 0x6200002, time 2389468, (39,40), root:(292,571),
|
72
|
+
|
73
|
+
state 0x0, button 9, same_screen YES
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
EnterNotify event, serial 35, synthetic NO, window 0x6200001,
|
78
|
+
|
79
|
+
root 0x13d, subw 0x0, time 2389468, (39,40), root:(292,571),
|
80
|
+
|
81
|
+
mode NotifyGrab, detail NotifyInferior, same_screen YES,
|
82
|
+
|
83
|
+
focus YES, state 0
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
KeymapNotify event, serial 35, synthetic NO, window 0x0,
|
88
|
+
|
89
|
+
keys: 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
90
|
+
|
91
|
+
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
ButtonRelease event, serial 35, synthetic NO, window 0x6200001,
|
96
|
+
|
97
|
+
root 0x13d, subw 0x6200002, time 2389616, (39,40), root:(292,571),
|
98
|
+
|
99
|
+
state 0x0, button 9, same_screen YES
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
```
|