From 84bc48e5e097c9b5972d6e7feca918edbd49ca68 Mon Sep 17 00:00:00 2001
From: Polina T <56310766+pollyndos@users.noreply.github.com>
Date: Tue, 25 Aug 2026 14:10:35 +0400
Subject: [PATCH] update keyboard nav in web dashboard
---
.../keyboard-navigation.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/eud-for-bi-dashboard/dashboard-for-web/web-dashboard-viewer-mode/keyboard-navigation.md b/eud-for-bi-dashboard/dashboard-for-web/web-dashboard-viewer-mode/keyboard-navigation.md
index 75ff90775..b9232e5e8 100644
--- a/eud-for-bi-dashboard/dashboard-for-web/web-dashboard-viewer-mode/keyboard-navigation.md
+++ b/eud-for-bi-dashboard/dashboard-for-web/web-dashboard-viewer-mode/keyboard-navigation.md
@@ -16,7 +16,7 @@ In Navigation mode, you can move focus between the following dashboard layout el
| Action | Keys |
| --- | --- |
-| Move focus between layout elements. | Tab / Shift + Tab |
+| Move focus to the previous or next layout element. | Tab / Shift + Tab |
| Switch to Interaction mode when a dashboard item is focused. | Enter |
| Exit Interaction mode. | Esc |
@@ -26,14 +26,15 @@ Interaction mode lets you navigate within the focused dashboard item — through
Use the following keys for dashboard items:
-| Action | Keys |
-| --- | --- |
-| Switch to Interaction mode. | Enter |
+| Action | Key |
+| -------- | ------- |
+| Enter Interaction mode. | Enter |
| Apply a card as a Master Filter. | Enter |
| Toggle a predefined interval in a Date Filter item. | Enter |
-| Navigate between cards in a Card item. | Arrow keys |
-| Move focus between elements in the dashboard item caption. | Tab / Shift + Tab |
-| Exit Interaction mode. | Esc |
+| Move focus to the previous or next card in a Card item. | Left Arrow or Right Arrow |
+| Move focus to the previous or next available element in a dashboard item caption. | Left Arrow or Right Arrow |
+| Move focus to the first or last available element in a dashboard item caption. | Home or End |
+| Exit Interaction mode. | Esc |
> [!NOTE]
> Keyboard navigation inside item content is not available for the following dashboard items: Chart, Scatter Chart, Pie, Gauge, Treemap, Range Filter, and Map items (Choropleth Map, Geo Point Maps).