[Linux] Remap buttons on Streamzap remote
#1
I setup a computer with Ubuntu 10.10, Lirc, and Dharma RC2 from the SVN PPA. I got everything setup and it's working with my Streamzap remote. However, I do not like the button configuration. Here's the buttons I'm wanting to change and what I'm wanting to change them to:

Power :: Jump to Home
Record :: Playlist
Menu :: Context Menu
Red :: Queue
Yellow :: Subtitles
Blue :: Jump to weather

What are the strings that the Lircmap.xml file needs for these actions?

Here's my current Streamzap entry in Lircmap.xml (Taken from elsewhere on this forum)

Code:
    <remote device="Streamzap_PC_Remote">
        <play>PLAY</play>
        <pause>PAUSE</pause>
        <stop>STOP</stop>
        <forward>&gt;&gt;</forward>
        <reverse>&lt;&lt;</reverse>
<!--        <left>LEFT</left>
        <right>RIGHT</right>
        <up>UP</up>
        <down>DOWN</down> -->
        <pageplus>CH_UP</pageplus>
        <pageminus>CH_DOWN</pageminus>
        <select>OK</select>
        <back>EXIT</back>
        <menu>MENU</menu>
        <title>RED</title>
        <info>GREEN</info>
        <skipplus>&gt;&gt;|</skipplus>
        <display>YELLOW</display>
        <record>RECORD</record>
        <volumeplus>VOL_UP</volumeplus>
        <volumeminus>VOL_DOWN</volumeminus>
        <mute>MUTE</mute>
        <power>POWER</power>
        <one>1</one>
        <two>2</two>
        <three>3</three>
        <four>4</four>
        <five>5</five>
        <six>6</six>
        <seven>7</seven>
        <eight>8</eight>
        <nine>9</nine>
        <zero>0</zero>
    </remote>

The parts that are commented out are because they seem to be doubled somewhere and every time I would press Down, it would go down twice. For some reason, the Menu button doesn't seem to do anything, so that's why I want it remapped.

Any advice?
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] Remap buttons on Streamzap remote0