New to KendoReactStart a free 30-day trial

Keyboard Navigation
Premium

Updated on Oct 1, 2025

Managing the Focus

The PDF Viewer integrates the Toolbar component and inherits all shortcuts from it. So, the component has two tab stops - one the toolbar and one the page container.

Keyboard Shortcuts

Page Container

The page container implements all default shortcuts for a scrollable region.

ShortcutBehavior
Up ArrowScrolls up the container.
Down ArrowScrolls down the container.
PageUpScrolls up the container.
PageDownScrolls down the container.
Shift + TabReturns focus to the toolbar.

See Also