From 057b50fcd4c4f7cb56248364eb5a9e1275c512f2 Mon Sep 17 00:00:00 2001 From: Pedro Scarapicchia Junior Date: Mon, 11 Dec 2017 17:26:13 -0200 Subject: [PATCH 1/2] Update the keys in order to include SmartHub closes #54 --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 71da1d7..f170ad8 100644 --- a/README.rst +++ b/README.rst @@ -208,6 +208,7 @@ KEY_8 8 KEY_9 9 KEY_DTV TV Source KEY_HDMI HDMI Source +KEY_CONTENTS SmartHub ================= ============ Please note that some codes are different on the 2016+ TVs. For example, From 3fe0c6fc945b37131a001aa06a144b9549d5afb1 Mon Sep 17 00:00:00 2001 From: Pedro Scarapicchia Junior Date: Mon, 11 Dec 2017 21:15:57 -0200 Subject: [PATCH 2/2] Update interactive menu with SmartHub key --- samsungctl/interactive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samsungctl/interactive.py b/samsungctl/interactive.py index d6c2e21..c1ab78b 100644 --- a/samsungctl/interactive.py +++ b/samsungctl/interactive.py @@ -10,6 +10,7 @@ ["KEY_NPAGE", "KEY_CHDOWN", "Page Down", "P Down"], ["\n", "KEY_ENTER", "Enter", "Enter"], ["KEY_BACKSPACE", "KEY_RETURN", "Backspace", "Return"], + ["h", "KEY_CONTENTS", "H", "Smart Hub"], ["l", "KEY_CH_LIST", "L", "Channel List"], ["m", "KEY_MENU", "M", "Menu"], ["s", "KEY_SOURCE", "S", "Source"],