Skip to content

bunopus/reveal-alt-arrows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alt+Arrows Plugin for reveal.js

Ultra small Plugin for reveal.js. Allows to use ALT(OPTION) + ARROW keys to navigate through slides.

Installation

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' },
        // ...
    ]
});

Usage

You can now use ALT(OPTION) + ARROW keys to navigate through slides.

About

Plugin for Reveal.js to use ALT + ARROWS to navigate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published