-
Notifications
You must be signed in to change notification settings - Fork 25
Navigator
Requires Device
Send a control command to the device. Can be used to send a single command or a group of commands. The following are possible commands:
-
home
-
rew
-
ff
-
play
-
select
-
left
-
right
-
down
-
up
-
back
-
replay
-
info
-
backspace
-
search
-
enter
-
volumedown
-
volumeup
-
mute
-
channelup
-
channeldown
-
tuner
-
hdmi1
-
hdmi2
-
hdmi3
-
hdmi4
-
avi
$ roku --nav home
Requires Device
Startes and interactive navigator that captures all input and sends it to the device. Input is sent as either a device command, using a mapping to translate input to commands, or as text if it doesn't match a command mapping.
The command uses the input mapping to translate input to commands. The following are the default mappings:
-
home -> Home
-
rew -> <
-
ff -> >
-
play -> =
-
select -> Enter
-
left -> Left Arrow
-
right -> Right Arrow
-
down -> Down Arrow
-
up -> Up Arrow
-
back -> Tab
-
info -> *
-
backspace -> Backspace
-
search -> ?
-
enter -> Alt + Enter
-
volumeup -> Page Up
-
volumedown -> Page Down
-
mute -> End
$ roku --navigate
Requires Device
Send text to the device.
$ roku --type "text"
Requires Device
Print the command for opening a screen. If possible then it will send the key command to the device and open up the screen.
$ roku --screen secret
Print all know secret screens and the kee compinations to open them.
$ roku --screens