diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-06-11 00:07:28 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-06-11 00:07:28 +0000 |
| commit | 53f199c5a82bcd460d3153814f2e057c747e2a3a (patch) | |
| tree | 330362e303e4af776ee3129d718b517ac2a2e6aa /lib/python/Plugins/Extensions/DVDBurn/keymap.xml | |
| parent | f6d690f4f6d13acdaf4bae627c8cff6a1d93a198 (diff) | |
| download | enigma2-53f199c5a82bcd460d3153814f2e057c747e2a3a.tar.gz enigma2-53f199c5a82bcd460d3153814f2e057c747e2a3a.zip | |
add early version of DVDBurn plugin. Basic functionality is working, but it needs a major GUI redesign. Required tools: mplex, projectx, growisofs, mkisofs/genisoimage, dvdauthor
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/keymap.xml')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/keymap.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/keymap.xml b/lib/python/Plugins/Extensions/DVDBurn/keymap.xml new file mode 100644 index 00000000..6c57ba41 --- /dev/null +++ b/lib/python/Plugins/Extensions/DVDBurn/keymap.xml @@ -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> |
