# 
# OGLE Configuration (haupauge)
#------------------------------------------------- 

begin ogle
  begin
    prog = ogle
    button = FULL_SCREEN
    config = FullScreenToggle
  end
  begin
    prog = ogle
    button = VOL+
    config = VOL_UP
  end
  begin
    prog = ogle
    button = VOL-
    config = VOL_DOWN
  end
  begin
    prog = ogle
    button = CH+
    config = NextPG
  end
  begin
    prog = ogle
    button = CH-
    config = PrevPG
  end
  begin
    prog = ogle
    button = SOURCE
    config = Stop
  end
  begin
    prog = ogle
    button = MUTE
    config = PauseToggle
  end
  begin
    prog = ogle
    button = 1
    config = Play
  end
  begin
    prog = ogle
    button = 2
    config = UpperButton
  end
  begin
    prog = ogle
    button = 3
    config = THREE
  end
  begin
    prog = ogle
    button = 4
    config = LeftButton
  end
  begin
    prog = ogle
    button = 5
    config = ButtonActivate
  end
  begin
    prog = ogle
    button = 6
    config = RightButton
  end
  begin
    prog = ogle
    button = 7
    config = SEVEN
  end
  begin
    prog = ogle
    button = 8
    config = LowerButton
  end
  begin
    prog = ogle
    button = 9
    config = NINE
  end
  begin
    prog = ogle
    button = 0
    config = ZERO
  end
  begin
    prog = ogle
    button = MINIMIZE
    config = Quit
  end
  begin
    prog = ogle
    button = RESERVED
    config = RESERVED
  end
end ogle
