added f for fullscreen
This commit is contained in:
@@ -550,6 +550,10 @@ function keypressed(e) {
|
||||
if (unicode==88) {
|
||||
markitem(currentimage);
|
||||
}
|
||||
// f: fullscreen
|
||||
if (unicode==70) {
|
||||
flipfullscreen();
|
||||
}
|
||||
if (slideshowinterval!=0) {
|
||||
clearInterval(slideshowtimer);
|
||||
slideshowtimer=setInterval('slidenext()',1000*Math.abs(slideshowinterval));
|
||||
|
||||
Reference in New Issue
Block a user