• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Keyboard Navigation

The keyboard navigation of the Toolbar is always available.

The Toolbar supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
Left Arrow & Right ArrowMoves the focus to the next available tool that can be focused.
EnterClicks the currently active button or changes the state of the currently active toggleable button.
TabMoves the focus to and from the Toolbar.
Alt+Down ArrowOpens the currently active SplitButton or DropDownButton.
Alt+Up ArrowCloses the currently active SplitButton or DropDownButton.
Example
View Source
Change Theme:

Controlling the Focus

All focus movements inside the Toolbar are managed according to the logic of the roving tabindex. When the user navigates through the tabs, the Toolbar focuses either the first tool or the tool that was last focused.

In this article

Not finding the help you need?