Skip to content

Commit

Permalink
[ChannelSelection]
Browse files Browse the repository at this point in the history
* fix neutrino
  • Loading branch information
jbleyel committed Sep 7, 2024
1 parent 619ceac commit 08ff5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/ChannelSelection.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def rightHelp():
self.onShown.append(self.applyKeyMap)

def layoutFinished(self):
self.servicelist.instance.enableAutoNavigation(config.misc.actionLeftRightToPageUpPageDown.value or ("keymap.ntr" in config.usage.keymap.value)) # Override list box navigation.
self.servicelist.instance.enableAutoNavigation(config.misc.actionLeftRightToPageUpPageDown.value and ("keymap.ntr" not in config.usage.keymap.value)) # Override list box navigation.

def applyKeyMap(self): # IanSav: Should this be a NumericalTextInput mode?
if config.usage.show_channel_jump_in_servicelist.value == "alpha":
Expand Down

0 comments on commit 08ff5e0

Please sign in to comment.