diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-07-18 22:13:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-07-18 22:13:48 +0000 |
| commit | 87a694395b1942209d18a8a1fc5105cb6ac3d754 (patch) | |
| tree | 277d22d58c1f5134e9210186f436e5d045099229 /data/keymap.xml | |
| parent | 35d026372584a1653e27db4c7d4060c327be8d53 (diff) | |
| download | enigma2-87a694395b1942209d18a8a1fc5105cb6ac3d754.tar.gz enigma2-87a694395b1942209d18a8a1fc5105cb6ac3d754.zip | |
(ralfk) user defined skip times with 1/3, add 1/3 to keybindings, remove duplicate code in InfoBarGenerics, add hideAfterResume, add some help texts
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 51 |
1 files changed, 45 insertions, 6 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index e2326e01..8851e80a 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -235,12 +235,36 @@ <key id="KEY_OK" mapto="unPauseService" flags="m" /> - <key id="KEY_2" mapto="seek:-10" flags="m" /> - <key id="KEY_5" mapto="seek:10" flags="m" /> - <key id="KEY_1" mapto="seek:-30" flags="m" /> - <key id="KEY_3" mapto="seek:30" flags="m" /> - <key id="KEY_4" mapto="seek:-90" flags="m" /> - <key id="KEY_6" mapto="seek:90" flags="m" /> + <key id="KEY_1" mapto="seek:-15" flags="b" /> + <key id="KEY_3" mapto="seek:15" flags="b" /> + <key id="KEY_1" mapto="seekBackDef" flags="l" /> + <key id="KEY_3" mapto="seekFwdDef" flags="l" /> + <key id="KEY_4" mapto="seek:-60" flags="m" /> + <key id="KEY_6" mapto="seek:60" flags="m" /> + <key id="KEY_7" mapto="seek:-300" flags="m" /> + <key id="KEY_9" mapto="seek:300" flags="m" /> + </map> + + <map context="MediaPlayerSeekActions"> + <device name="dreambox remote control (native)"> + <key id="KEY_RED" mapto="seekBack" flags="b" /> + <key id="KEY_BLUE" mapto="seekFwd" flags="b" /> + <key id="KEY_RED" mapto="seekBackManual" flags="l" /> + <key id="KEY_BLUE" mapto="seekFwdManual" flags="l" /> + </device> + <device name="dreambox advanced remote control (native)"> + <key id="KEY_PREVIOUSSONG" mapto="seekBack" flags="b" /> + <key id="KEY_NEXTSONG" mapto="seekFwd" flags="b" /> + <key id="KEY_PREVIOUSSONG" mapto="seekBackManual" flags="l" /> + <key id="KEY_NEXTSONG" mapto="seekFwdManual" flags="l" /> + </device> + + <key id="KEY_1" mapto="seek:-15" flags="m" /> + <key id="KEY_3" mapto="seek:15" flags="m" /> + <key id="KEY_1" mapto="seekBackDef" flags="l" /> + <key id="KEY_3" mapto="seekFwdDef" flags="l" /> + <key id="KEY_4" mapto="seek:-60" flags="m" /> + <key id="KEY_6" mapto="seek:60" flags="m" /> <key id="KEY_7" mapto="seek:-300" flags="m" /> <key id="KEY_9" mapto="seek:300" flags="m" /> </map> @@ -287,6 +311,21 @@ <map context="InfobarCueSheetActions"> <device name="dreambox remote control (native)"> + <key id="KEY_PREVIOUS" mapto="jumpPreviousMark" flags="m" /> + <key id="KEY_NEXT" mapto="jumpNextMark" flags="m" /> + <key id="KEY_PREVIOUSSONG" mapto="jumpPreviousMark" flags="m" /> + <key id="KEY_PLAYPAUSE" mapto="toggleMark" flags="m" /> + <key id="KEY_NEXTSONG" mapto="jumpNextMark" flags="m" /> + </device> + <device name="dreambox advanced remote control (native)"> + <key id="KEY_RED" mapto="jumpPreviousMark" flags="m" /> + <key id="KEY_YELLOW" mapto="toggleMark" flags="m" /> + <key id="KEY_BLUE" mapto="jumpNextMark" flags="m" /> + </device> + </map> + + <map context="MediaPlayerCueSheetActions"> + <device name="dreambox remote control (native)"> <key id="KEY_PREVIOUSSONG" mapto="jumpPreviousMark" flags="m" /> <key id="KEY_PLAYPAUSE" mapto="toggleMark" flags="m" /> <key id="KEY_NEXTSONG" mapto="jumpNextMark" flags="m" /> |
