In my vector library demo cart (https://www.lexaloffle.com/bbs/?tid=141574) I have a main menu of demos each linked to a key press. From within each demo you should be able to return to the menu. On the web player I can get from the main menu to any of the demos but, once I'm in one of the demos, I can't get back to the menu.
I've uploaded 4 versions of the cart with the key to return to the menu as: tab
, space
, 0
and now m
. All of these work for me within my copy of Picotron (0.1.0e) but none of them seem to work in the web player.
No idea what could be going on here unless all those keys have been reserved for some future web player only functionality and I'm just really good at picking the wrong key to bind my menu to.
Oh! Figured it out! I was using readtext
to navigate to the demos but key
to go back to the menu. I guess key
isn't working in the web player yet?
I'm guessing that's a 'not implemented yet' thing rather than a bug so I'll mark this resolved.
[Please log in to post a comment]