#!/tvbin/tivosh # # Usage: SendKey command1 [command2 command3 ....] # # I believe the valid commands are as follows: # # power # tivo # livetv # up # down # left # right # thumbsdown # select # thumbsup # play # reverse # pause # forward # replay # playslow # catchup # num1 # num2 # num3 # num4 # num5 # num6 # num7 # num8 # num9 # num0 # clear # enter # # # source $tcl_library/tv/log.tcl source $tcl_library/tv/sendkey.tcl foreach k $argv { SendKey $k }