refs bug #429
[enigma2.git] / lib / python / Components / UsageConfig.py
index f133f9f611e538b3180c4ce528dcf921386dea34..21478e9052df59beea2d9610e86cf90dd0f6f179 100644 (file)
@@ -53,6 +53,12 @@ def InitUsageConfig():
                ("show_menu", _("show shutdown menu")),
                ("shutdown", _("immediate shutdown")),
                ("standby", _("Standby")) ] )
+       
+       config.usage.on_short_powerpress = ConfigSelection(default = "standby", choices = [
+               ("show_menu", _("show shutdown menu")),
+               ("shutdown", _("immediate shutdown")),
+               ("standby", _("Standby")) ] )
+
 
        config.usage.alternatives_priority = ConfigSelection(default = "0", choices = [
                ("0", "DVB-S/-C/-T"),