#config for kaffiene dvd player with highly customized keys
#it was the only way I could make it work.
#This file is in the public domain
include ir_minimal
Wiimote.A = KEY_SPACE #pause
Wiimote.B = KEY_LEFTALT #Alt combinations can be made with other keys
#B + Left #Skip back 20s
#B + Right #Skip forward 20s
#B + Up #Toggle Fullscreen
#B + Down #
#B + Home Alt+D #Open DVD
#B + Plus #
#B + Minus #
#B + 1 #
#B + 2 #
Wiimote.Left = KEY_LEFT #previous
Wiimote.Right = KEY_RIGHT #next
Wiimote.Up = KEY_UP #Fast Forward
Wiimote.Down = KEY_DOWN #Slow Motion
Wiimote.Minus = KEY_LEFTBRACE #volume down
Wiimote.Plus = KEY_RIGHTBRACE #volume up
Wiimote.Home = KEY_D #menu
Wiimote.1 = BTN_LEFT
Wiimote.2 = BTN_RIGHT