From ba6e9651afbe2a0a35c14ceccc033409624fd49f Mon Sep 17 00:00:00 2001 From: Chris Elston Date: Sun, 8 Dec 2024 00:03:46 +0000 Subject: [PATCH] module-controls: Document picker deactivation --- content/darkroom/processing-modules/module-controls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/darkroom/processing-modules/module-controls.md b/content/darkroom/processing-modules/module-controls.md index 0e20a13826..f69990f3fc 100644 --- a/content/darkroom/processing-modules/module-controls.md +++ b/content/darkroom/processing-modules/module-controls.md @@ -55,9 +55,9 @@ Many modules allow parameters to be set using pickers (identified by the ![picke Selection will cause the module value to be updated, and may also cause additional visual feedback (for example, overlaying the range of selected pixels on a tone curve). -Activate point mode by left-clicking the picker icon and then left-click anywhere on the image to select the pixel from which to calculate values. The selected point will be shown on-screen (with a cross icon) which you can adjust by left-clicking another pixel. +Activate point mode by left-clicking the picker icon and then left-click anywhere on the image to select the pixel from which to calculate values. The selected point will be shown on-screen (with a cross icon) which you can adjust by left-clicking another pixel. Deactivate the picker by left-clicking the picker icon again. -Activate area mode by either right-clicking or Ctrl+clicking the picker icon and then left-click and drag to select an area of the image from which to calculate values. The selected area will be shown on-screen as an overlaid rectangle and can be moved by either drawing another rectangle elsewhere or by left-clicking and dragging the corners of the drawn rectangle. Reset the rectangle (to select the whole image) by right-clicking anywhere on the image. +Activate area mode by either right-clicking or Ctrl+clicking the picker icon and then left-click and drag to select an area of the image from which to calculate values. The selected area will be shown on-screen as an overlaid rectangle and can be moved by either drawing another rectangle elsewhere or by left-clicking and dragging the corners of the drawn rectangle. Reset the rectangle (to select the whole image) by right-clicking anywhere on the image. Deactivate the picker by right-clicking (or Ctrl+clicking) the picker icon again. # keyboard shortcuts