1+ =======================================================
2+ Python-uinput NEWS -- history of user-visible changes
3+ =======================================================
4+
15x.y.z
26=====
37
4- - New device method:
5- - Device.destroy()
8+ - New device method: ``Device.destroy()``
69
7- - Device() is now a context manager suitable to be used with
8- with-statement.
10+ - `` Device()`` is now a context manager suitable to be used with
11+ `` with`` -statement.
912
1013- Improved device initialization error handling.
1114
@@ -28,15 +31,13 @@ x.y.z
28310.10.0
2932======
3033
31- - New device methods:
32- - Device.emit_click()
33- - Device.emit_combo()
34+ - New device methods: ``Device.emit_click()`` and ``Device.emit_combo()``
3435
3536- Keyboard example sleeps to give some time for X11 to assign a proper
3637 event handler
3738
38- - Does not depend on libudev-dev anymore, because of newer libsuinput which
39- re-distributes libudev.h.
39+ - Does not depend on libudev-dev anymore, because of newer libsuinput
40+ which re-distributes `` libudev.h`` .
4041
41420.9
4243===
@@ -60,27 +61,27 @@ x.y.z
60610.6.1
6162=====
6263
63- - README and setup.py updated
64+ - `` README`` and `` setup.py`` updated
6465
65660.6
6667===
6768
6869- Simplified API.
6970
70- - Uses ctypes instead of extension modules.
71+ - Uses `` ctypes`` instead of extension modules.
7172
7273- libsuinput is included as submodule in git repository
7374
74- - source distributions include suinput.c
75+ - source distributions include `` suinput.c``
7576
76770.5
7778===
7879
7980- Documented uinput-module.
8081
81- - A minimal joystick (abs-axis) example: examples/joystick.py.
82+ - A minimal joystick (abs-axis) example: `` examples/joystick.py`` .
8283
83- - Reasonable defaults for abs_parameters (0, 255, 0, 0).
84+ - Reasonable defaults for `` abs_parameters`` (0, 255, 0, 0).
8485
85860.4
8687===
95960.3.2
9697=====
9798
98- - Mention Ubuntu-package in README.
99+ - Mention Ubuntu-package in `` README`` .
99100
1001010.3.1
101102=====
0 commit comments