← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 250146] Re: PgUp and PgDown mismapped on MCE

 

Marking incomplete as this release isn't supported anymore. Can anyone
confirm that this issue is still present on a supported Mythbuntu/MythTV
release?

** Changed in: mythbuntu
       Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/250146

Title:
  PgUp and PgDown mismapped on MCE

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Incomplete
Status in “mythtv” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: mythbuntu-lirc-generator

  I haven't been able to find that it has already been fixed, so if it
  has, feel free to close this.

  I have what I believe to be a pretty typical remote:

  http://www.mythtv.org/wiki/index.php/MCE_Remote

  (specifically a version 2 that reports from SMK Manufacturing, Inc.)

  Anyway, ChanUp and ChanDown buttons generate an Up/Down key config
  rather than PgUp/PgDown:

  begin
      remote = mceusb
      prog = mythtv
      button = ChanDown
      config = Down
      repeat = 0
      delay = 0
  end

  when it should be:

  begin
      remote = mceusb
      prog = mythtv
      button = ChanDown
      config = PgDown
      repeat = 0
      delay = 0
  end

  Same for ChanUp/PgUp.