Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions source/_components/emulated_roku.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down