1 2 3 4 5 6
#include <X11/XF86keysym.h> int main(int argc, char **argv) { return XF86XK_AudioPause; }