Thanks a lot for such quick responses :)
The onclick worked! But I couldn't find that event in this part of the docs:
http://krpano.com/docu/xml/#events . Is there some other place where I can get a list of all the available events?
Sorry, I didn't understand the "oninterrupt" suggestion. I tried creating an <event oninterrupt ... /> with <autorotate/> defined as normal, which didn't disable the autorotate; and I also tried this:
<krpano version="1.0.8" onstart="oninterrupt(set(autorotate.enabled,false)),set(autorotate.waittime,0);set(autorotate.enabled,true);">
In this case the camera didn't start rotating. Did I mess something up, or were you suggesting something else?