diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 10:30:39 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 10:30:39 +0000 |
| commit | fd07ec4a3d617bb1ee1f7ebdf6791014586efd84 (patch) | |
| tree | 0ff00f10b290958a85472aa2176b929cba5ab6ee /data | |
| parent | a4332bd8d55eb4b54972f64c91aefd42f388de52 (diff) | |
| download | enigma2-fd07ec4a3d617bb1ee1f7ebdf6791014586efd84.tar.gz enigma2-fd07ec4a3d617bb1ee1f7ebdf6791014586efd84.zip | |
show lists and configs in startwizard by adjusting the zPosition
left/right is now possible with configlists in the wizard
up/down possible with lists but doesn't work on configlists (why?)
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 91f82622..1a0c5c55 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -66,6 +66,14 @@ <key id="BTN_1" mapto="zapDown" flags="mr" /> </map> + <map context="WizardActions"> + <key id="KEY_LEFT" mapto="left" flags="mr" /> + <key id="KEY_RIGHT" mapto="right" flags="mr" /> + <key id="KEY_UP" mapto="up" flags="mr" /> + <key id="KEY_DOWN" mapto="down" flags="mr" /> + <key id="KEY_OK" mapto="ok" flags="m" /> + </map> + <map context="InfobarMenuActions"> <key id="KEY_MENU" mapto="mainMenu" flags="mr" /> </map> @@ -98,6 +106,19 @@ <key id="KEY_POWER" mapto="powerup" flags="b" /> </map> + <map context="NumberActions"> + <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="NumberZapActions"> <key id="KEY_1" mapto="1" flags="m" /> <key id="KEY_2" mapto="2" flags="m" /> |
