From: Christophe CURIS <[email protected]> Hello,
These more or less 3 patches add the ability to control the volume using the multimedia keys that are present on most modern keyboards, and that happen to be supported by X: - patch 23 introduces the support in wmix; - patch 24 makes sure user knows if the feature does not work as expected - patch 25 brings possibility to disable it, for those case where it could be conflicting with other program The other patches are just collateral damages. I swear. Commit messages speak for themselves. If they don't, that's a bug: complain. Christophe. wmix/INSTALL | 5 +- wmix/Makefile | 14 +- wmix/NEWS | 5 + wmix/README | 12 +- wmix/config.c | 348 ++++++++++++++++++++++++++++++++++++++++++++++++++ wmix/include/common.h | 21 +-- wmix/include/config.h | 66 ++++++++++ wmix/include/misc.h | 2 +- wmix/include/mmkeys.h | 34 +++++ wmix/misc.c | 63 +++------ wmix/mixer-oss.c | 57 ++++++--- wmix/mmkeys.c | 223 ++++++++++++++++++++++++++++++++ wmix/sample.wmixrc | 2 +- wmix/ui_x.c | 26 ++-- wmix/wmix.1x | 172 +++++++++++++++++++++++++ wmix/wmix.1x.gz | Bin 584 -> 0 bytes wmix/wmix.c | 159 +++++++++-------------- 17 files changed, 1008 insertions(+), 201 deletions(-) create mode 100644 wmix/config.c create mode 100644 wmix/include/config.h create mode 100644 wmix/include/mmkeys.h create mode 100644 wmix/mmkeys.c create mode 100644 wmix/wmix.1x delete mode 100644 wmix/wmix.1x.gz -- 1.9.2 -- To unsubscribe, send mail to [email protected].
