mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-28 18:30:39 +02:00
adds jump-to-slide, press G to activate
This commit is contained in:
@@ -363,6 +363,12 @@ export default class Keyboard {
|
||||
this.Reveal.toggleAutoSlide( autoSlideWasPaused );
|
||||
}
|
||||
}
|
||||
// G
|
||||
else if( keyCode === 71 ) {
|
||||
if ( config.jumpToSlide ) {
|
||||
this.Reveal.toggleJumpToSlide();
|
||||
}
|
||||
}
|
||||
else {
|
||||
triggered = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user