MUTE button disabled / reassigned in parts of the UI

Issue #158 resolved
IanSav created an issue

This bug had been discussed in the forums a long time ago. I thought the fix had already been implemented but the current firmware still has the problem.

In varying places in the UI the KEY_MUTE key code has been re-assigned to text editing functions. The KEY_MUTE should never be assigned to anything other than the sound mute/un-mute function.

The following patch can be applied to /usr/share/enigma2/keymap.xml to fix the issue: 48c48 < <key id="KEY_MUTE" mapto="deleteForward" flags="mr" />


    <!--IS key id="KEY_MUTE" mapto="deleteForward" flags="mr" / -->

157c157 < <key id="KEY_MUTE" mapto="deleteForward" flags="mr" />


    <!--IS key id="KEY_MUTE" mapto="deleteForward" flags="mr" / -->

306c306 < <key id="KEY_MUTE" mapto="deleteForward" flags="mr" />


    <!--IS key id="KEY_MUTE" mapto="deleteForward" flags="mr" / -->

Reproduction steps

From live TV press "MENU > Setup > Network > Network Browser". From the Network browser UI press BLUE to select Expert mode. In the Enter IP UI press MUTE to mute the audio and note that the audio is not muted.

Applying the fix described above fixes the problem.

Comments (2)

  1. Peter Urbanec
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Testing.
  2. IanSav reporter
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    This fixes to the keymap file have been implemented as described.

    The issue was updated with the following change(s):

    • The status has been updated, from Testing to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  3. Log in to comment