Skip to content

keyboard()

Factory returning a ControlAdapter. Pass to controls on <PresentationViewer> / <Presentation>.

keyboard({
next: ['ArrowRight', 'ArrowDown', ' ', 'PageDown'],
prev: ['ArrowLeft', 'ArrowUp', 'PageUp'],
overview: ['Escape'],
})

Defaults shown above. Pass a partial keymap to override only specific bindings.