回答編集履歴
1
xevの出力結果を追加
answer
CHANGED
@@ -4,4 +4,49 @@
|
|
4
4
|
ubuntu19.10では、ちゃんと動作してますね。
|
5
5
|
普段はcinammonを使っているので、「ubuntu」や「ubuntu wayland」のセッションで入り直して試してみましたが、どちらも問題ありませんでした。
|
6
6
|
|
7
|
-
こんな報告ですけど、数少ないユーザなので情報を上げておきます。
|
7
|
+
こんな報告ですけど、数少ないユーザなので情報を上げておきます。
|
8
|
+
|
9
|
+
---
|
10
|
+
一応、ボタンも8/9で認識されているみたいです。(以下、xevの出力結果)
|
11
|
+
|
12
|
+
```
|
13
|
+
ButtonPress event, serial 35, synthetic NO, window 0x6200001,
|
14
|
+
root 0x13d, subw 0x6200002, time 2385100, (39,40), root:(292,571),
|
15
|
+
state 0x0, button 8, same_screen YES
|
16
|
+
|
17
|
+
EnterNotify event, serial 35, synthetic NO, window 0x6200001,
|
18
|
+
root 0x13d, subw 0x0, time 2385100, (39,40), root:(292,571),
|
19
|
+
mode NotifyGrab, detail NotifyInferior, same_screen YES,
|
20
|
+
focus YES, state 0
|
21
|
+
|
22
|
+
KeymapNotify event, serial 35, synthetic NO, window 0x0,
|
23
|
+
keys: 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
24
|
+
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
25
|
+
|
26
|
+
ButtonRelease event, serial 35, synthetic NO, window 0x6200001,
|
27
|
+
root 0x13d, subw 0x6200002, time 2385240, (39,40), root:(292,571),
|
28
|
+
state 0x0, button 8, same_screen YES
|
29
|
+
|
30
|
+
LeaveNotify event, serial 35, synthetic NO, window 0x6200001,
|
31
|
+
root 0x13d, subw 0x0, time 2385240, (39,40), root:(292,571),
|
32
|
+
mode NotifyUngrab, detail NotifyInferior, same_screen YES,
|
33
|
+
focus YES, state 0
|
34
|
+
|
35
|
+
ButtonPress event, serial 35, synthetic NO, window 0x6200001,
|
36
|
+
root 0x13d, subw 0x6200002, time 2389468, (39,40), root:(292,571),
|
37
|
+
state 0x0, button 9, same_screen YES
|
38
|
+
|
39
|
+
EnterNotify event, serial 35, synthetic NO, window 0x6200001,
|
40
|
+
root 0x13d, subw 0x0, time 2389468, (39,40), root:(292,571),
|
41
|
+
mode NotifyGrab, detail NotifyInferior, same_screen YES,
|
42
|
+
focus YES, state 0
|
43
|
+
|
44
|
+
KeymapNotify event, serial 35, synthetic NO, window 0x0,
|
45
|
+
keys: 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
46
|
+
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
47
|
+
|
48
|
+
ButtonRelease event, serial 35, synthetic NO, window 0x6200001,
|
49
|
+
root 0x13d, subw 0x6200002, time 2389616, (39,40), root:(292,571),
|
50
|
+
state 0x0, button 9, same_screen YES
|
51
|
+
|
52
|
+
```
|