modify keymap.xml to fix duplicate key in mediaplayer.
authorikseong <ikseong@vuplus>
Wed, 21 Jul 2010 07:56:53 +0000 (16:56 +0900)
committerikseong <ikseong@vuplus>
Wed, 21 Jul 2010 07:56:53 +0000 (16:56 +0900)
FF and RW key had duplicate action in mediaplayer.
so they are removed jump action.

data/keymap.xml

index 2ec6aee..7a383c7 100755 (executable)
                        <key id="KEY_STOP" mapto="stop" flags="b" />
                        <key id="KEY_STOP" mapto="shift_stop" flags="l" />
                        <key id="KEY_RECORD" mapto="shift_record" flags="l" />
-                       <key id="KEY_REWIND" mapto="previous" flags="m" />
-                       <key id="KEY_FASTFORWARD" mapto="next" flags="m" />
                </device>
                <device name="dreambox advanced remote control (native)">
                        <key id="KEY_PLAYPAUSE" mapto="pause" flags="m" />