aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-02-22 23:17:07 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-02-22 23:17:07 +0100
commit75b79db2285d206174382ba81366d50447c4b830 (patch)
treed5f5179e78667af91f7a7da7d56dd4f7d5857c16 /lib/python
parent7a8ce89bacc1f2f6ff77409b9a879462daf09afe (diff)
downloadenigma2-75b79db2285d206174382ba81366d50447c4b830.tar.gz
enigma2-75b79db2285d206174382ba81366d50447c4b830.zip
disable KEY_0 to convert current item to mark as there is no way to undo this
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/CutListEditor/keymap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/keymap.xml b/lib/python/Plugins/Extensions/CutListEditor/keymap.xml
index 741d9eb6..ae4fbb4b 100644
--- a/lib/python/Plugins/Extensions/CutListEditor/keymap.xml
+++ b/lib/python/Plugins/Extensions/CutListEditor/keymap.xml
@@ -33,7 +33,7 @@
<map context="CutListEditorActions">
<!-- <key id="KEY_NEXT" mapto="setIn" flags="m" />
<key id="KEY_PREVIOUS" mapto="setOut" flags="m" /> -->
- <key id="KEY_0" mapto="setMark" flags="m" />
+<!-- <key id="KEY_0" mapto="setMark" flags="m" /> -->
<!-- <key id="KEY_CHANNELUP" mapto="addMark" flags="m" />
<key id="KEY_CHANNELDOWN" mapto="removeMark" flags="m" /> -->
<key id="KEY_EXIT" mapto="leave" flags="m" />