diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-02-25 01:46:44 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-02-25 01:46:44 +0000 |
| commit | 1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b (patch) | |
| tree | 5bd4dbac6538cf499f641849d26193958b48a187 /keymap.xml | |
| parent | e677ac4a7bf81391877c909a703e5918ce4a511b (diff) | |
| download | enigma2-1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b.tar.gz enigma2-1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b.zip | |
- work on actions
- changed time when screens are acutally constructed
- added service name (not working atm) and event info (now&next)
Diffstat (limited to 'keymap.xml')
| -rw-r--r-- | keymap.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keymap.xml b/keymap.xml new file mode 100644 index 00000000..a17aebbc --- /dev/null +++ b/keymap.xml @@ -0,0 +1,26 @@ +<keymap> + <map context="ListboxActions"> + <device name="keyboard"> + <key id="a" mapto="up" flags="mr" /> + <key id="b" mapto="down" flags="mr" /> + </device> + <key id="KEY_UP" mapto="up" flags="mr" /> + <key id="KEY_DOWN" mapto="down" flags="mr" /> + <key id="1" mapto="moveUp" flags="mr" /> + <key id="2" mapto="moveDown" flags="mr" /> + </map> + <map context="InfobarActions"> + <key id="m" mapto="mainMenu" flags="mr" /> + <key id="c" mapto="switchChannel" flags="mr" /> + </map> + <map context="MainMenuActions"> + <key id=" " mapto="selected" flags="mr" /> + </map> + + <map context="ChannelSelectActions"> + <key id=" " mapto="selectChannel" flags="mr" /> + </map> + <map context="WindowActions"> + + </map> +</keymap> |
