summaryrefslogtreecommitdiff
path: root/vdr-patch/vdr-menuorg-update.diff
blob: 47cdd0072ac7fb4bf6a17b30dbff0c471e4310ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/menu.c b/menu.c
index 59b4a86..dcb1fc9 100644
--- a/menu.c
+++ b/menu.c
@@ -4478,7 +4478,7 @@ eOSState cMenuMain::ProcessKey(eKeys Key)
                           }
                        }
                        break;
-    case osUser1:      {
+    case osUser3:      {
                           if (MenuOrgPatch::IsCustomMenuAvailable()) {
                             MenuOrgPatch::EnterSubMenu(Get(Current()));
                             Set();
@@ -4486,7 +4486,7 @@ eOSState cMenuMain::ProcessKey(eKeys Key)
                           }
                        }
                        break;
-    case osUser2:      {
+    case osUser4:      {
                           if (MenuOrgPatch::IsCustomMenuAvailable()) {
                             cOsdMenu* osdMenu = MenuOrgPatch::Execute(Get(Current()));
                             if (osdMenu)