# The buttond.conf that I'm actually using... # It is recommended to put full path for programs you want to run # Decrease volume by 5 1,129:/usr/bin/simple-mixer -v -5 # Increase volume by 5 1,129,1,129:/usr/bin/simple-mixer -v +5 # Kill all madplay 1,129,1,129,1,129:kill `pidof madplay` # Play mp3... 1,129,1,129,1,129,1,129:/usr/bin/madplay -r /mnt/ramfs/misc/*mp3 # Turn on screen saver 1,129,1,129,1,129,1,129,1,129:/usr/X11R6/bin/xset -display :0 s activate # Calendar then Contacts then Q then Start to restart X # Note: I hacked /etc/init.d/x to exit 0 at the end or this won't work 2,130,3,131,4,132,5,133:/etc/init.d/x stop && /etc/init.d/x start