Update README with the new build requirements.
[techtalk-pse.git] / NOTES
1 Logitech R400 Wireless Presenter
2 --------------------------------
3
4 Using xev I observed the following events.
5
6 (1) ">" button:
7
8 KeyPress event, serial 32, synthetic NO, window 0x1400001,
9     root 0xb2, subw 0x1400002, time 1004398300, (42,31), root:(1022,86),
10     state 0x0, keycode 117 (keysym 0xff56, Next), same_screen YES,
11     XLookupString gives 0 bytes: 
12     XmbLookupString gives 0 bytes: 
13     XFilterEvent returns: False
14
15 KeyRelease event, serial 32, synthetic NO, window 0x1400001,
16     root 0xb2, subw 0x1400002, time 1004398516, (42,31), root:(1022,86),
17     state 0x0, keycode 117 (keysym 0xff56, Next), same_screen YES,
18     XLookupString gives 0 bytes: 
19     XFilterEvent returns: False
20
21 (2) "<" button:
22
23 KeyPress event, serial 32, synthetic NO, window 0x1400001,
24     root 0xb2, subw 0x1400002, time 1004399796, (42,31), root:(1022,86),
25     state 0x0, keycode 112 (keysym 0xff55, Prior), same_screen YES,
26     XLookupString gives 0 bytes: 
27     XmbLookupString gives 0 bytes: 
28     XFilterEvent returns: False
29
30 KeyRelease event, serial 32, synthetic NO, window 0x1400001,
31     root 0xb2, subw 0x1400002, time 1004399980, (42,31), root:(1022,86),
32     state 0x0, keycode 112 (keysym 0xff55, Prior), same_screen YES,
33     XLookupString gives 0 bytes: 
34     XFilterEvent returns: False
35
36 (3) "Play" button:
37
38 KeyPress event, serial 32, synthetic NO, window 0x1400001,
39     root 0xb2, subw 0x1400002, time 1004405461, (42,31), root:(1022,86),
40     state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
41     XLookupString gives 0 bytes: 
42     XmbLookupString gives 0 bytes: 
43     XFilterEvent returns: False
44
45 KeyRelease event, serial 32, synthetic NO, window 0x1400001,
46     root 0xb2, subw 0x1400002, time 1004405637, (42,31), root:(1022,86),
47     state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
48     XLookupString gives 0 bytes: 
49     XFilterEvent returns: False
50
51 (4) "Blank screen" button:
52
53 KeyPress event, serial 32, synthetic NO, window 0x1400001,
54     root 0xb2, subw 0x1400002, time 1004408253, (42,31), root:(1022,86),
55     state 0x0, keycode 60 (keysym 0x2e, period), same_screen YES,
56     XLookupString gives 1 bytes: (2e) "."
57     XmbLookupString gives 1 bytes: (2e) "."
58     XFilterEvent returns: False
59
60 KeyRelease event, serial 32, synthetic NO, window 0x1400001,
61     root 0xb2, subw 0x1400002, time 1004408429, (42,31), root:(1022,86),
62     state 0x0, keycode 60 (keysym 0x2e, period), same_screen YES,
63     XLookupString gives 1 bytes: (2e) "."
64     XFilterEvent returns: False
65
66 Going forwards and backwards through HTML slides works as expected.
67 It doesn't do anything on VTE slides.  We should be able to make the
68 forwards/backwards buttons work on VTE slides.