Seite 4 von 16 ErsteErste ... 2345614 ... LetzteLetzte
Ergebnis 31 bis 40 von 157

Thema: Keymaps

  1. #31
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    ups, da fehlte ein enter, jetzt nochmal
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  2. #32
    Neuer Benutzer
    Registriert seit
    29.12.2012
    Beiträge
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Hi, I was installed last version of HDMU Image on IPBox 9000, but the keys of control do not work correctly.for example the right key insted of change volume, change channel (channel up).Please send me the keymap that can resolve this problem. Thank you.


  3. #33
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    the keys work correctly, but we don´t want to have vol up/down wit left right.
    download the neutrino keymap and then change these:

    Code:
        <map context="InfobarChannelSelection">
            <key id="KEY_LEFT" mapto="volumeDown" flags="mr" />
            <key id="KEY_RIGHT" mapto="volumeUp" flags="mr" />
    i didn´t test it, but i think that´s ok so.
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500


  4. The Following 2 Users Say Thank You to santa For This Useful Post:



  5. #34
    Neuer Benutzer
    Registriert seit
    29.12.2012
    Beiträge
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Zitat Zitat von santa Beitrag anzeigen
    the keys work correctly, but we don´t want to have vol up/down wit left right.
    download the neutrino keymap and then change these:

    Code:
        <map context="InfobarChannelSelection">
            <key id="KEY_LEFT" mapto="volumeDown" flags="mr" />
            <key id="KEY_RIGHT" mapto="volumeUp" flags="mr" />
    i didn´t test it, but i think that´s ok so.
    sorry , not work . please help me


  6. #35
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts

    AW: Keymaps

    Then you can try to modify the other lines with volume in global i think.
    But this is not good, because you will be have trouble in menus.
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  7. #36
    Benutzer
    Registriert seit
    28.12.2012
    Ort
    Neuss
    Beiträge
    95
    Thanks
    32
    Thanked 2 Times in 2 Posts
    @ Santa: auf cat /etc/.box kommt spark


  8. #37
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    komisch, dann musst du die neutrino spark auch laden können.
    wenn es wirklich nicht geht, dann sag bescheid.



    edit:
    gib mal ein im telnet:


    opkg install enigma2-plugin-keymaps-spark.neutrino
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  9. #38
    Benutzer
    Registriert seit
    28.12.2012
    Ort
    Neuss
    Beiträge
    95
    Thanks
    32
    Thanked 2 Times in 2 Posts
    package xxx in root is up to date.

    Wie gesagt hoch runter schaltet schon um aber links rechts nicht laut leise.


  10. #39
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    für die die links/rechts laut leise haben wollen, bitte das mal testen:
    (left/right for volume please try this)

    Code:
    	<map context="InfobarActions">
    		<key id="KEY_LEFT" mapto="volumeDown" flags="mr" />
    		<key id="KEY_RIGHT" mapto="volumeUp" flags="mr" />


    hier die Zeilen mit LEFT RIGHT entfernen:
    (delete lines with LEFT/RIGHT here)
    Code:
    	<map context="InfobarChannelSelection">
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  11. #40
    Benutzer
    Registriert seit
    28.12.2012
    Ort
    Neuss
    Beiträge
    95
    Thanks
    32
    Thanked 2 Times in 2 Posts
    Hallo Santa. Als unter /usr/share/enigma2/keymap.xml steht

    <map context="InfobarActions">
    <key id="KEY_PLAY" mapto="showMovies" flags="m" />
    <key id="KEY_ARCHIVE" mapto="bmc" flags="m" />
    <key id="KEY_BLUE" mapto="toogleTvRadio" flags="m" />
    <key id="KEY_DIRECTORY" mapto="callMedia" flags="m" />
    <key id="KEY_FAVORITES" mapto="showTv" flags="m" />
    <key id="KEY_MODE" mapto="toogleTvRadio" flags="m" />
    <key id="KEY_MODE" mapto="toogleTvRadio" flags="m" />
    <key id="KEY_SLOW" mapto="power_down" flags="m" />
    <key id="KEY_GREEN" mapto="aspectSelection" flags="m" />
    </map>

    In der keymap.xml.neutrino steht dann

    <map context="InfobarActions">
    <key id="KEY_PLAY" mapto="showMovies" flags="m" />
    <key id="KEY_ARCHIVE" mapto="bmc" flags="m" />
    <key id="KEY_BLUE" mapto="toogleTvRadio" flags="m" />
    <key id="KEY_TV2" mapto="toogleTvRadio" flags="m" />
    <key id="KEY_V" mapto="aspect" flags="m" />
    <!--key id="KEY_BLUE" mapto="showTv" flags="m" /-->
    </map>

    Ich finde zwar jede Menge key id="KEY_LEFT" mapto= aber immer woanders.


Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •