add early version of DVDBurn plugin. Basic functionality is working, but it needs...
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / keymap.xml
diff --git a/lib/python/Plugins/Extensions/DVDBurn/keymap.xml b/lib/python/Plugins/Extensions/DVDBurn/keymap.xml
new file mode 100644 (file)
index 0000000..6c57ba4
--- /dev/null
@@ -0,0 +1,10 @@
+<keymap>
+       <map context="DVDTitleList">
+               <key id="KEY_RED" mapto="addTitle" flags="m" />
+               <key id="KEY_GREEN" mapto="editTitle" flags="m" />
+               <key id="KEY_BLUE" mapto="removeCurrentTitle" flags="m" />
+               <key id="KEY_YELLOW" mapto="saveProject" flags="m" />
+               <key id="KEY_RECORD" mapto="burnProject" flags="m" />
+               <key id="KEY_0" mapto="burnProject" flags="m" />
+       </map>
+</keymap>