DK1.1 - Navigating Bouquets

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vroom_buddy
    Member
    • Jul 2008
    • 88

    #1

    DM500 DK1.1 - Navigating Bouquets

    Hi All,

    I used to have a DW2.0 image on my DM500C and it was very easy to navigate through the bouquets using the cursor keys in the centre of the remote. When viewing the list of channels, the left/right keys moved from bouquet to bouquet whilst the up/down keys moved up/down the list within a particular bouquet.

    I've now changed to the DK1.1 image and the action on the left/right keys is now different. They act as page up/page down keys within a particular bouquet rather than switching from bouquet to bouqet. Is there a way of changing this behaviour so that the left/right cursor keys switch from bouquet to bouquet?

    I realise that the left/right arrow keys either side of the zero do what I want but it's a bit fiddly on the fingers and I was hoping that there was a way of getting the main cursor keys to do the same.

    Cheers in advance
  • Devilfish
    Administrator
    • Feb 2008
    • 7872

    #2
    The functions in the DK image is actually the default configuration for the left/right buttons.

    If you really want to change it, you will need to edit the /share/tuxbox/enigma/resources/rcdm5xxx.xml file. I can't remember the exact lines but if you open it with notepad or a hex editor, you will see the format. Once edited, upload it to /var/tuxbox/config/enigma/resources and reboot box to take effect.

    Comment

    • vroom_buddy
      Member
      • Jul 2008
      • 88

      #3
      Great work Devilfish!

      For anyone who wants to know, I changed the section "serviceSelector" as follows;

      OLD
      <actionmap name="serviceSelector">
      <action name="nextBouquet" key="next" flags="mr" />
      <action name="prevBouquet" key="prev" flags="mr" />

      NEW
      <actionmap name="serviceSelector">
      <action name="nextBouquet" key="right" flags="mr" />
      <action name="prevBouquet" key="left" flags="mr" />


      I could probably have added the lines to the "serviceSelector" section instead instead of modifying the exisiting ones. Whatever, it works and I'm well happy. I can now use the cursor keys with OK to navigate through the bouquets really easily.

      Comment

      Working...