Fix for now (might break other things).
diff --git a/lcd4linux/src/plugin.py b/lcd4linux/src/plugin.py index be7dc49..743ded2 100644 --- a/lcd4linux/src/plugin.py +++ b/lcd4linux/src/plugin.py @@ -5495,7 +5495,7 @@ class LCDdisplayConfig(ConfigListScreen, Screen): "menu": self.SetupMenu, "displayHelp": self.Exchange, "ok": self.keyOK, - "seekFwd": self.NextScreenKey, + "keyRight": self.NextScreenKey, "info": self.ResetInfos }, -1) self.mode = _("On")
Upload file to
/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/
And restart enigma2.
Delete file after restart.