Thanks for fhat.
Is the REWIND / FORWARD navigation related?
With FORWARD you get to the last option of the selected list element. That's fine.
You would expect REWIND doing the opposite. But it jums to first element in the listbox instead...
Removing KEY_REWIND from NavigationActions addresses the issue.
diff --git a/data/keymap.xml b/data/keymap.xml index 9183e0194..fd55710ad 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -41,7 +41,6 @@ </map> <map context="NavigationActions"> - <key id="KEY_REWIND" mapto="top" flags="m" /> <key id="KEY_CHANNELUP" mapto="pageUp" flags="mr" /> <key id="KEY_UP" mapto="up" flags="mr" /> <key id="KEY_REWIND" mapto="first" flags="m" />
File in:
/usr/share/enigma2/