diff options
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 335c94f8..b8f234c0 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -101,6 +101,12 @@ <key id="KEY_BLUE" mapto="bouquet:(type == 1) FROM BOUQUET "bouquets.tv" ORDER BY bouquet" flags="m" /> <key id="KEY_INFO" mapto="showEPGList" flags="m" /> </map> + <map context="EventViewActions"> + <key id="KEY_UP" mapto="scrollUp" flags="m" /> + <key id="KEY_DOWN" mapto="scrollDown" flags="m" /> + <key id="KEY_LEFT" mapto="prevEvent" flags="m" /> + <key id="KEY_RIGHT" mapto="nextEvent" flags="m" /> + </map> <map context="OkCancelActions"> <key id="\x0a" mapto="ok" flags="m" /> <key id="\x1b" mapto="cancel" flags="m" /> |
