diff options
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index adc68945..fa25fd54 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -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, |
