I'm running Raspbian Jessie on a Pi 3. I want to make an automated dashboard. I can get chromium-browser to open with 3 tabs but I can't automate the ctrl+Tab. this works from the command line in an lxterminal:
watch -n 10 'xdotool search --onlyvisible --class "chromium" windowfocus; xdotool key ctrl+Tab' but it doesn't work in the LXDE autostart file or in a bash script. I've been looking all over the internet with lots of ideas but none seem to work. If I can get it to work from a command line what am I doing wrong to get it to work in autostart or bash?
Thanks! Doug