forked from thkala/actkbd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
93 lines (80 loc) · 3.72 KB
/
ChangeLog
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Fri Jul 6 00:25:10 EEST 2007 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.8
* Fixed the auto-detection code so that it fails with an error when no
input devices are present at all, rather than letting actkbd attempt
to use /dev/input/event0 and fail with some misleading error message
(reported by Jerome Borme).
* Added a sample rule file for udev
* Note that a udev rule is the recommended way to launch actkbd on Linux
* Remove version.h - the version string is automatically set in the
Makefile
* Documentation updates
Sun Aug 20 14:06:59 EEST 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.7
* Fixed a bug in the keyboard autodetection code, where the automatic
detection would fail if the first entry in /proc/bus/input/devices
was not a keyboard (reported by Jerome Borme).
* Improved the Linux-specific information in the README.
* Minor bugfixes
Tue May 2 21:28:16 EEST 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.6
* Updated the copyright notices
* Various minor fixes
* Updated the ToDo list, dropping several items
* Minor documentation updates
Mon Mar 13 23:38:59 EET 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.5
* Added the `set()' and `unset()' attributes to manipulate the internal
state mask of actkbd
* Documentation updates
* Minor code clean-ups
Thu Mar 9 16:08:27 EET 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.4
* The event type field is now a bitmask, rather than a simple value,
which allows multiple event types to be handled in a single entry.
* Minor code clean-ups.
Thu Mar 9 01:12:19 EET 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.3
* Added the `not' attribute
* Minor documentation updates and clean-ups
Tue Mar 7 19:48:04 EET 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.2
* Added the `ledon()' and `ledoff()' attributes to control the
keyboard LEDs.
* Documentation updates
Tue Mar 7 16:33:33 EET 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.1
* Added the `key()',`rel()' and `rep()' attributes that allow the
injection of keyboard events to the system input layer.
* Added the `any' and `all' attributes to fine tune key matching.
* Documentation updates
Tue Mar 7 02:32:15 EET 2006 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.2.0
* Added the `grab'/`ungrab' attributes that allow keyboard grabbbing
* Added the `grabbed'/`ungrabbed' attributes to fine tune the key
shortcut configuration
* Added the `exec'/`noexec' attributes to control the execution of
external commands
* Added the `ignrel'/`rcvrel'/`allrel' attributes to allow for key
combinations where the keys are pressed sequentially rather than
simultaneously.
* Fixed the -v/--verbose help message line
* Updated documentation
* Some minor Makefile fixes
* Minor fixes and clean-ups here and there
Tue Nov 22 23:53:12 EEST 2005 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.1.2
* Improve automatic keyboard detection
Sat Aug 20 02:09:15 EEST 2005 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Release 0.1.1
* Minor documentation changes
* Make the default configuration file location
follow the sysconfdir Makefile variable
Fri Aug 19 10:53:12 EEST 2005 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Initial public release (0.1.0)
* Issue a warning (instead of error) on a missing configuration file
* Add pidfile support
* Minor bugfixes
* Minor documentation changes
Fri Aug 19 00:48:28 EEST 2005 - Theodoros V. Kalamatianos <nyb@users.sourceforge.net>
* Initial testing release (0.0.1)