New to Kendo UI for VueStart a free 30-day trial

Keyboard Navigation

Updated on Jul 31, 2026

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