Skip to content

Commit

Permalink
Frontend GUI: Remove default of Enter as Long Press
Browse files Browse the repository at this point in the history
Keys assigned as Long Press may not work with lirc, so Enter may stop
working for some users. Remove the default that caused this.
Users will have to manually add keys they want to use with Long Press.

Refs #13234
  • Loading branch information
bennettpeter committed Mar 22, 2018
1 parent 7f37ca7 commit a96c04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythmainwindow.cpp
Expand Up @@ -1393,7 +1393,7 @@ void MythMainWindow::InitKeys()
RegisterKey("Main Menu", "STANDBYMODE",QT_TRANSLATE_NOOP("MythControls",
"Enter Standby Mode"), "");
RegisterKey("Long Press", "LONGPRESS1",QT_TRANSLATE_NOOP("MythControls",
"Up to 16 Keys that allow Long Press"), "Enter");
"Up to 16 Keys that allow Long Press"), "");
RegisterKey("Long Press", "LONGPRESS2",QT_TRANSLATE_NOOP("MythControls",
"Up to 16 Keys that allow Long Press"), "");
RegisterKey("Long Press", "LONGPRESS3",QT_TRANSLATE_NOOP("MythControls",
Expand Down

0 comments on commit a96c04a

Please sign in to comment.