aboutsummaryrefslogtreecommitdiff
path: root/keymap.xml
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-05-14 15:23:23 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-05-14 15:23:23 +0000
commit7bc4a59528ab13f3062dc1520e76f9ecedd87400 (patch)
tree9d6e91be12147eee77d82ec5b49c24ae44f85bd3 /keymap.xml
parentab8d418f82b2835c267d88ded5d748a6f0e8a852 (diff)
downloadenigma2-7bc4a59528ab13f3062dc1520e76f9ecedd87400.tar.gz
enigma2-7bc4a59528ab13f3062dc1520e76f9ecedd87400.zip
- work on timers
- add eInput widget - add python/Tools - add flexible listbox content
Diffstat (limited to 'keymap.xml')
-rw-r--r--keymap.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/keymap.xml b/keymap.xml
index 2b5f92ca..7b6e5fde 100644
--- a/keymap.xml
+++ b/keymap.xml
@@ -9,6 +9,15 @@
<key id="1" mapto="moveUp" flags="mr" />
<key id="2" mapto="moveDown" flags="mr" />
</map>
+
+ <map context="InputActions">
+ <key id="1" mapto="moveLeft" flags="mr" />
+ <key id="2" mapto="moveRight" flags="mr" />
+ <key id="3" mapto="moveHome" flags="mr" />
+ <key id="4" mapto="moveEnd" flags="mr" />
+ <key id="5" mapto="deleteChar" flags="mr" />
+ </map>
+
<map context="InfobarActions">
<key id="m" mapto="mainMenu" flags="mr" />
<key id="c" mapto="switchChannel" flags="mr" />