templates/generate/js/rocks.js in keydown-0.7.0 vs templates/generate/js/rocks.js in keydown-0.7.1
- old
+ new
@@ -340,9 +340,13 @@
case 37: // left arrow
this.prev(); break;
case 39: // right arrow
case 32: // space
this.next(); break;
+ case 33: // pageup
+ this.prev(); break;
+ case 34: // pagedown
+ this.next(); break;
case 50: // 2
this.showNotes(); break;
case 51: // 3
this.switch3D(); break;
}
\ No newline at end of file