From 8285181439e90c70c7ac8cf57b108543b67087d3 Mon Sep 17 00:00:00 2001
From: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Date: Thu, 2 Feb 2023 15:31:18 +0000
Subject: [PATCH] Clarify how to select items in a project (#34339)
---
data/reusables/projects/open-item-menu.md | 2 +-
data/reusables/projects/select-an-item.md | 10 +++++++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/data/reusables/projects/open-item-menu.md b/data/reusables/projects/open-item-menu.md
index ddc2f11fef..f14b8d1819 100644
--- a/data/reusables/projects/open-item-menu.md
+++ b/data/reusables/projects/open-item-menu.md
@@ -1 +1 @@
-1. Select the {% octicon "triangle-down" aria-label="the item menu" %} (in table layout) or the {% octicon "kebab-horizontal" aria-label="the item menu" %} (in board layout).
+1. Select the {% octicon "triangle-down" aria-label="the item menu" %} (in table{% ifversion projects-v2-roadmaps %} or roadmap{% endif %} layout) or the {% octicon "kebab-horizontal" aria-label="the item menu" %} (in board layout).
diff --git a/data/reusables/projects/select-an-item.md b/data/reusables/projects/select-an-item.md
index a55ec4d0aa..deac894677 100644
--- a/data/reusables/projects/select-an-item.md
+++ b/data/reusables/projects/select-an-item.md
@@ -1,5 +1,9 @@
-1. Select the item. To select multiple items, do one of the following:
- - Hold Command (Mac) or Ctrl (Windows/Linux) and click each item.
+1. {% ifversion projects-v2-roadmaps %}If you're using a table or board layout, first select{% else %}Select{% endif %} the item:
+ - In a table layout, click on the row number.
+ - In a board layout, click on the card.
+
+ To select multiple items, do one of the following:
+ - Hold Command (Mac) or Ctrl (Windows/Linux) and select each item.
- Select an item then press Shift+↑ or Shift+↓ to select additional items above or below the selected item.
- - Select an item then press Shift and click another item to select all items between the two items.
+ - Select an item then press Shift and select another item to select all items between the two items.
- With a row or item already selected, press Command+A (Mac) or Ctrl+A (Windows/Linux) to select all items in a column in a board layout or all items in a table layout.