Hi whizzywhirl
I am trying to execute this command after installing xtodo.tcz in tiny core linux
Code: newbielink:javascript:void(0); [nonactive]
xdotool search --sync --onlyvisible --class "Firefox" windowactivate key F11 & firefox
I think that might be backwards. You are starting Firefox after the xdotool command. See if this works any better:
firefox -url <urlhere> & xdotool search --sync --onlyvisible --class "Firefox" windowactivate key F11
Replace <urlhere> with the .html file you want to open.