Ultra small Plugin for reveal.js. Allows to use ALT(OPTION) + ARROW keys to navigate through slides.
Copy the file alt-arrows.js
into the plugin folder of your reveal.js presentation, i.e. plugin/alt-arrows
.
Add the plugins to the dependencies in your presentation, as below.
Reveal.initialize({
// ...
dependencies: [
// ...
{ src: 'plugin/alt-arrows/alt-arrows.js' },
// ...
]
});
You can now use ALT(OPTION) + ARROW keys to navigate through slides.