wmix: added function to handle Multimedia keys related to volume
commit4379368290a72e30b2dab3a0c36389e96e875381
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 7 Jun 2014 19:21:54 +0000 (7 21:21 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 7 Jun 2014 20:27:27 +0000 (7 21:27 +0100)
treee7fb1afafad240c2a16069ee002cb2b23a4b763e
parent3e2d8a730a3d7bf3b6d67bdf0374de15b4639f39
wmix: added function to handle Multimedia keys related to volume

We can handle the keys AudioRaiseVolume, AudioLowerVolume and AudioMute,
so we ask the X server to send the key press event for them to us and
update the volume appropriately.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
wmix/Makefile
wmix/include/common.h
wmix/include/mmkeys.h [copied from wmix/include/common.h with 58% similarity]
wmix/mmkeys.c [new file with mode: 0644]
wmix/wmix.1x
wmix/wmix.c