diff --git a/content/issues/trying-out-the-new-projects-experience/creating-a-project.md b/content/issues/trying-out-the-new-projects-experience/creating-a-project.md index c3e5acb97476..1116367814f3 100644 --- a/content/issues/trying-out-the-new-projects-experience/creating-a-project.md +++ b/content/issues/trying-out-the-new-projects-experience/creating-a-project.md @@ -48,7 +48,7 @@ You can convert draft issues into issues. For more information, see [Converting #### Searching for an issue or pull request 1. Place your cursor in the bottom row of the project, next to the {% octicon "plus" aria-label="plus icon" %}. -2. Enter `#`. +2. Enter #. 3. Select the repository where the pull request or issue is located. You can type part of the repository name to narrow down your options. 4. Select the issue or pull request. You can type part of the title to narrow down your options. @@ -81,11 +81,11 @@ In board layout: You can archive an item to keep the context about the item in the project but remove it from the project views. You can delete an item to remove it from the project entirely. 1. Select the item(s) to archive or delete. To select multiple items, do one of the following: - - `cmd + click` (Mac) or `ctrl + click` (Windows/Linux) each item. - - Select an item then `shift + arrow-up` or `shift + arrow-down` to select additional items above or below the initially selected item. - - Select an item then `shift + click` another item to select all items between the two items. - - Enter `cmd + 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. -2. To archive all selected items, enter `e`. To delete all selected items, enter `del`. Alternatively, 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), then select the desired action. + - Command+Click (Mac) or Ctrl+Click (Windows/Linux) each item. + - Select an item then Shift+ or Shift+ to select additional items above or below the initially selected item. + - Select an item then Shift+Click another item to select all items between the two items. + - Enter 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. +2. To archive all selected items, enter E. To delete all selected items, enter Del. Alternatively, 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), then select the desired action. You can restore archived items but not deleted items. For more information, see [Restoring archived items](#restoring-archived-items).