From 6a88a53e4852159419e502beeff8d8585fb5b147 Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:21:24 -0400 Subject: [PATCH] update selection instructions for Shift-A keybind --- docs/howtos/layers/points.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/howtos/layers/points.md b/docs/howtos/layers/points.md index e3222ad3..d174b3e2 100644 --- a/docs/howtos/layers/points.md +++ b/docs/howtos/layers/points.md @@ -153,8 +153,10 @@ additional points, or by dragging a bounding box around the points you want to select. You can quickly select the select points tool by pressing the `S` key when the points layer is selected. -You can select all the points in the currently viewed slice by clicking the `A` -key if you are in select mode. +Additionally, you can select all the points in the currently viewed slice by pressing +the `A` key and all the points in the layer (across all slices) using `Shift-A`. +Note: Pressing either keybinding again will toggle the selection, so you can select +all points in a layer and the *deselect* points from a slice. Once selected you can delete the selected points by clicking on the delete button in the layer controls panel or pressing the delete key.