Skip to content

Commit

Permalink
[hotkey] update for gb q 4k
Browse files Browse the repository at this point in the history
  • Loading branch information
madie66 authored and koivo committed Oct 4, 2017
1 parent ec6149d commit bb30b20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/python/Screens/Hotkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from Components.Label import Label
import os

updateversion = "27.09.2017"
updateversion = "04.10.2017"

def getHotkeys():
return [(_("OK long"), "okbutton_long", "Infobar/openInfoBarEPG"),
Expand Down Expand Up @@ -228,8 +228,10 @@ def getHotkeyFunctions():
hotkeyFunctions.append((_("Toggle HDMI-In Picture In Picture"), "Infobar/HDMIInPiP", "InfoBar"))
if SystemInfo["LcdLiveTV"]:
hotkeyFunctions.append((_("Toggle LCD LiveTV"), "Infobar/ToggleLCDLiveTV", "InfoBar"))
if SystemInfo["HaveMultiBoot"]:
if SystemInfo["HaveMultiBootHD"]:
hotkeyFunctions.append((_("MultiBoot Selector"), "Module/Screens.MultiBootStartup/MultiBootStartup", "InfoBar"))
if SystemInfo["HaveMultiBootGB"]:
hotkeyFunctions.append((_("MultiBoot Selector"), "Module/Screens.MultiBootStartupGB/MultiBootStartup", "InfoBar"))
hotkeyFunctions.append((_("HotKey Setup"), "Module/Screens.Hotkey/HotkeySetup", "Setup"))
hotkeyFunctions.append((_("Software Update"), "Module/Screens.SoftwareUpdate/UpdatePlugin", "Setup"))
hotkeyFunctions.append((_("CI (Common Interface) Setup"), "Module/Screens.Ci/CiSelection", "Setup"))
Expand Down

0 comments on commit bb30b20

Please sign in to comment.