---
title: Keyboard Navigation
page_title: Keyboard Navigation - TabStrip - Kendo UI for Vue
description: "Explore the keyboard navigation options provided by the Kendo UI TabStrip wrapper for Vue."
slug: keyboard_navigation_tabstrip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/tabstrip/keyboard-navigation/"
position: 7
---

<div><WrapperBanner link="/kendo-vue-ui/components/layout/tabstrip/keyboard-navigation"></WrapperBanner></div>    

# Keyboard Navigation

The keyboard navigation of the TabStrip is always available.

To focus the TabStrip, click in the example area and use `Alt`+`w`.

The TabStrip supports the following keyboard shortcuts:

| SHORTCUT  | DESCRIPTION |
|:---       |:--- |
| `Left Arrow`  | Selects the previous tab.|
| `Right arrow` | Selects the next tab.|
| `Home`    | Selects first tab.|
| `End`     | Selects last tab.|

{% meta height:550 %}
{% embed_file tabstrip/keyboard/main.vue preview %}
{% embed_file tabstrip/keyboard/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI DataSource Component](https://docs.telerik.com/kendo-ui/framework/datasource/overview)
* [Kendo UI TabStrip for jQuery](https://docs.telerik.com/kendo-ui/controls/navigation/tabstrip/overview)
* [API Reference of the TabStrip Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/tabstrip)
