that’s the intended behavior. it loads the last script you ran on boot.
that’s the intended behavior when something goes wrong, like a crash or hard power-down. it’s to avoid being stuck in an unrecoverable loop with a script that crashes. (i guess it will also boot in this state if you do a clean shutdown right after enabling wifi or resetting audio, and before loading any script.)
I push key 2 and it bounces me to the menu, instead of key 1 as usual
that, i am kinda at a loss to explain. sounds weird. it is totally possible to put:
function key(n, z)
if n == 2 then
norns.key(1, z)
etc, in your script. thus creating a confusing UI wormhole. not recommended!
but all the scripts from the studies should already be available in the STUDY script directory. (if they aren’t there, you might be in need of an update.)