I have a Kivy-based application designed for a Linux machine, which will be launched during the first boot to configure the initial setup. The application runs on TTY1. I want to be able to switch between TTY terminals using Ctrl + Alt + F2 (or Fx) while Kivy continues running on TTY1. When I switch back to TTY1, the Kivy application should still be accessible and fully functional.
Could you assist me in achieving this setup?