leave channelselection with up/down key
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index adc689454b65d35d8dcca265ed162be9cd3f62c5..fa25fd54b627a57ea0e560954b914166a4a632d4 100644 (file)
@@ -419,6 +419,8 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit):
                self["actions"] = ChannelActionMap(["ChannelSelectActions", "OkCancelActions", "ContextMenuActions"],
                        {
                                "cancel": self.cancel,
+                               "down": self.cancel,
+                               "up": self.cancel,
                                "ok": self.channelSelected,
                                "mark": self.doMark,
                                "contextMenu": self.doContext,