blob: 4f906e1a3d6ab837041cfa7a83d5cd6df127dad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
2010-10-15 Martin Zuther <code@mzuther.de>
* Version 0.13
* SimpleXkbWrapper.py: the "X Keyboard Extension" functions have
been moved from "libXxf86misc" to "libX11", so the code now checks
which library to link to
2009-09-07 Martin Zuther <code@mzuther.de>
* Version 0.12
* osd_neo2.py: renamed to "OSDneo2.py"
* settings.py: renamed to "Settings.py"
* settings.py: settings now stored in "~/.OSDneo2"
2009-09-05 Martin Zuther <code@mzuther.de>
* osd_neo2.py (OSDneo2): added new INI file option
'selected_keyboard_driver' and corresponding matrices for
switching between the two Neo2 keyboard drivers ("xkbdmap" and
"xmodmap")
2009-09-04 Martin Zuther <code@mzuther.de>
* osd_neo2.py (OSDneo2): layer switching is now controlled via
matrices
* caught exceptions for files that cannot be accessed or are missing
2009-09-01 Martin Zuther <code@mzuther.de>
* osd_neo2.py (OSDneo2): changed X11 keyboard defines to official
Neo2 values
* SimpleXkbWrapper.py (SimpleXkbWrapper.__init__): changed
"c_bool" return value of function "XkbGetState" to
"c_int" (compatibility to Python v2.5)
2009-08-31 Martin Zuther <code@mzuther.de>
* version: 0.11
* removed start scripts and "evdev" library
* SimpleXkbWrapper.py (SimpleXkbWrapper): new class that uses X
Keyboard Extension v1.0 to poll keyboard modifier states
2009-08-28 Martin Zuther <code@mzuther.de>
* removed support for Win32 (there are better alternatives)
2009-08-27 Martin Zuther <code@mzuther.de>
* version: 0.10
* first public release
|