I am currently planning a project for a picture frame with a 9 inch LCD screen. I want to install a couple buttons at the top of the picture frame to do certain task. I want to run Chromium browser in kiosk mode pointing to an IP address for my camera system running Blue Iris (I have this already figured out and is running on another Pi) I want a button on the top of the picture frame for when pressed, it switches between Chromium in Kiosk mode to a picture slideshow program (Similar to pressing Alt+Tab in windows)
Button 1: When pressed switches between Chromium and picture slideshow
Button 2: Power toggle for the picture frame- shutdown and or boots up raspberry Pi (I have this one figured out already)
I've done a lot of research and found that you can program a button to launch a certain program however I haven't found anything to toggle between programs (like a windows Alt+tab keystroke) Any pointers would be great!