diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-29 00:11:06 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-29 00:11:06 +0000 |
| commit | 1b7c72ab3e418455c7da93b16e07f690328e3362 (patch) | |
| tree | f41374131492300d47f266fa8fec4ecf9fd8d607 /data/keymap.xml | |
| parent | e4034b7fce157a23fcd2668a59ccc7a32d19ac84 (diff) | |
| download | enigma2-1b7c72ab3e418455c7da93b16e07f690328e3362.tar.gz enigma2-1b7c72ab3e418455c7da93b16e07f690328e3362.zip | |
use NumericalTextInput to jump to entries in ChannelSelection (jumping needs to implemented before it will work :))
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 5a7c6696..b909e09a 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -141,6 +141,17 @@ <!--<key id="KEY_BLUE" mapto="bouquet:(type == 1) FROM BOUQUET "bouquets.tv" ORDER BY bouquet" flags="m" />--> <key id="KEY_BLUE" mapto="showFavourites" flags="m" /> <key id="KEY_INFO" mapto="showEPGList" flags="m" /> + + <key id="KEY_1" mapto="1" flags="m" /> + <key id="KEY_2" mapto="2" flags="m" /> + <key id="KEY_3" mapto="3" flags="m" /> + <key id="KEY_4" mapto="4" flags="m" /> + <key id="KEY_5" mapto="5" flags="m" /> + <key id="KEY_6" mapto="6" flags="m" /> + <key id="KEY_7" mapto="7" flags="m" /> + <key id="KEY_8" mapto="8" flags="m" /> + <key id="KEY_9" mapto="9" flags="m" /> + <key id="KEY_0" mapto="0" flags="m" /> </map> <map context="EPGSelectActions"> |
