diff --git a/Main/Plex Keyboard/layout.xml b/Main/Plex Keyboard/layout.xml index 14679944..ba95eedd 100644 --- a/Main/Plex Keyboard/layout.xml +++ b/Main/Plex Keyboard/layout.xml @@ -1,5 +1,5 @@ - + @@ -39,4 +39,4 @@ - \ No newline at end of file + diff --git a/Main/Plex Keyboard/remote.lua b/Main/Plex Keyboard/remote.lua index a4e071b4..0183eb45 100644 --- a/Main/Plex Keyboard/remote.lua +++ b/Main/Plex Keyboard/remote.lua @@ -134,3 +134,15 @@ actions.info = function () actions.switch(); kb.press("i"); end + +--@help Volume Down +actions.volume_down = function () + actions.switch(); + kb.press("volumedown") +end + +--@help Volume Up +actions.volume_up = function () + actions.switch(); + kb.press("volumeup") +end