LeaVerou / inspire.js

Lean, hackable, extensible slide deck framework. Previously known as CSSS.
https://inspirejs.org
MIT License
1.73k stars 254 forks source link

PageUp PageDown additions (let's see if it's right this time) #11

Closed dacia121 closed 12 years ago

dacia121 commented 12 years ago

Added PageUp and PageDown keyboard shortcuts to emulate CTRL+Up and CTRL+Down Arrow options for navigation between previous/next slides. Due to the use of 'keydown' and keycodes, support should be full in all major browsers.

LeaVerou commented 12 years ago

This worked, thank you! :)