# wol-lircrc for Streamzap
begin
    prog = irxevent
    button = STOP
    config = Key ctrl-shift-w CurrentWindow
end
begin
# Exit Chrome back to Myth
    prog = irxevent
    button = EXIT
    config = Key Escape CurrentWindow 
end
begin
    prog = irxevent
    button = UP
    config = Key Up CurrentWindow
end
begin
    prog = irxevent
    button = DOWN
    config = Key Down CurrentWindow
end
begin
    prog = irxevent
    button = LEFT
    config = Key Left CurrentWindow
end
begin
    prog = irxevent
    button = RIGHT
    config = Key Right CurrentWindow
end
begin
# Play/Pause
    prog = irxevent
    button = OK
    config = Key Return CurrentWindow
end
begin
# Play/Pause
    prog = irxevent
    button = PAUSE
    config = Key Return CurrentWindow
end
begin
# Play/Pause
    prog = irxevent
    button = PLAY
    config = Key Return CurrentWindow
end
begin
    prog = irxevent
    button = CH_UP
    config = Key alt-Right CurrentWindow
end
begin
    prog = irxevent
    button = CH_DOWN
    config = Key alt-Left CurrentWindow
end
begin
# Stop watching and return to Netflix Browse
    prog = irxevent
    button = MENU
    config = Key alt-Left CurrentWindow
end
