diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-11-16 19:59:11 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-11-16 19:59:11 +0000 |
| commit | 222caf2795ae74b38f06c3e4cc17faa62da1fa7b (patch) | |
| tree | c8636ec8644bcbdbc6ee91862a78a785e235d6a5 /data/keymap.xml | |
| parent | 1145369cb70d505ebca614e5e8247b2d59defd48 (diff) | |
| download | enigma2-222caf2795ae74b38f06c3e4cc17faa62da1fa7b.tar.gz enigma2-222caf2795ae74b38f06c3e4cc17faa62da1fa7b.zip | |
example for device dependend keys
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 0979b7a3..f8c2f507 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -71,7 +71,12 @@ </map> <map context="InfobarInstantRecord"> - <key id="KEY_RED" mapto="instantRecord" flags="m" /> + <device name="dreambox remote control (native)"> + <key id="KEY_RED" mapto="instantRecord" flags="m" /> + </device> + <device name="dreambox advanced remote control (native)"> + <key id="KEY_RECORD" mapto="instantRecord" flags="m" /> + </device> </map> <map context="InfobarExtensions"> |
