From f9db3ed34fb8a8c36ba252dcbcc0a41c6ca1d088 Mon Sep 17 00:00:00 2001 From: Joel Spiers Date: Tue, 24 Sep 2019 03:10:31 -0400 Subject: [PATCH] Adds key codes to document (#10445) The link given to the valid key codes is dead and doesn't seem to be in the Roku dev docs. I found the codes elsewhere and thought they'd be useful here. --- source/_components/emulated_roku.markdown | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/source/_components/emulated_roku.markdown b/source/_components/emulated_roku.markdown index b930c672b45..46a2f87700e 100644 --- a/source/_components/emulated_roku.markdown +++ b/source/_components/emulated_roku.markdown @@ -84,8 +84,23 @@ Field | Description `key` | the code of the pressed key when the command `type` is `keypress`, `keyup` or `keydown`. `app_id` | the id of the app that was launched when command `type` is `launch`. -The available keys are listed here: -[Roku key codes](https://sdkdocs.roku.com/display/sdkdoc/External+Control+API#ExternalControlAPI-KeypressKeyValues) +Available key codes | +------------------- | +`Home` +`Rev` +`Fwd` +`Play` +`Select` +`Left` +`Right` +`Down` +`Up` +`Back` +`InstantReplay` +`Info` +`Backspace` +`Search` +`Enter` ## Automations