Guest User

Untitled

a guest
Feb 22nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # Wait while loading
  2. sleep 5
  3.  
  4. # Open menu
  5. t app key menu
  6. # Wait menu loading
  7. sleep 1
  8.  
  9. # Navigate in menu 20 times UP, reach to TV Out item
  10. t app key up
  11. t app key up
  12. t app key up
  13. t app key up
  14. t app key up
  15. t app key up
  16. t app key up
  17. t app key up
  18. t app key up
  19. t app key up
  20. t app key up
  21. t app key up
  22. t app key up
  23. t app key up
  24. t app key up
  25. t app key up
  26. t app key up
  27. t app key up
  28. t app key up
  29. t app key up
  30.  
  31. # Press set to go in submenu
  32. t app key set
  33. # Press DOWN to navigate to ON menu item
  34. t app key down
  35. # Press set to select the menu item and go to main menu
  36. t app key set
  37.  
  38. # Get out of menu to previous mode (Video mode)
  39. t app key menu
  40. # Wait action to perform
  41. sleep 1
  42.  
  43. # Start video recording
  44. t app key record
Add Comment
Please, Sign In to add comment