X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c767434380ce3dc9fed8c55e69cda5c4e1544005..0252a3bc3bb43d56b35f0ffe05df0b734b3c9588:/lib/python/Screens/Satconfig.py diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 074033fa..21063942 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -65,6 +65,9 @@ class NimSetup(Screen): self.createSetup() def keyLeft(self): + if self["config"].getCurrent()[0] == _("Configmode"): + if self.nim.slotid == 0: + return self["config"].handleKey(config.key["prevElement"]) self.newConfig()