Skip to content

Commit

Permalink
SimpleChannelSelection - added epg button for select channel too
Browse files Browse the repository at this point in the history
  • Loading branch information
ims committed Dec 26, 2024
1 parent 8c33eab commit f35484b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/keymap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@
<key id="KEY_TV2" mapto="toggleTvRadio" flags="b" />
<key id="KEY_RADIO" mapto="keyRadio" flags="b" />
<key id="KEY_AUDIO" mapto="audio" flags="b" />
<key id="KEY_INFO" mapto="epg" flags="m" />
<key id="KEY_EPG" mapto="epg" flags="m" />
</map>

<map context="TimerEditActions">
Expand Down
1 change: 1 addition & 0 deletions lib/python/Screens/ChannelSelection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2721,6 +2721,7 @@ def __init__(self, session, title, currentBouquet=False, returnBouquet=False, se
{
"cancel": self.close,
"ok": self.channelSelected,
"epg": self.channelSelected,
"keyRadio": self.setModeRadio,
"keyTV": self.setModeTv,
"toggleTvRadio": self.toggleTVRadio,
Expand Down

0 comments on commit f35484b

Please sign in to comment.