From 8cf9f7bbf196047a312c3738f84bdf822a03a0c8 Mon Sep 17 00:00:00 2001 From: Aliks <102143989+alikstimix@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:42:06 +0100 Subject: [PATCH] Update filmstrip.md Update is not in response to any current issue. Rearranged the text to display the available shortcuts more clearly - 90% of this entry just documents the shortcuts added text on space and backspace navigation --- .../utility-modules/shared/filmstrip.md | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/content/module-reference/utility-modules/shared/filmstrip.md b/content/module-reference/utility-modules/shared/filmstrip.md index 144eef7f9d..c94e355545 100644 --- a/content/module-reference/utility-modules/shared/filmstrip.md +++ b/content/module-reference/utility-modules/shared/filmstrip.md @@ -6,28 +6,24 @@ tags: view: darkroom, tethering, map, print --- -The filmstrip can be used to quickly switch between images. The images shown are the same as those displayed in the lighttable view and are defined by the currently-selected collection. +The filmstrip panel allows users to quickly switch between images in the currently-selected collection without leaving the current view. It sits under the centre panel in all views except lighttable where it is replaced by the timeline panel. It can be switched on and off using the shortcut Ctrl+F. ![filmstrip](./filmstrip/filmstrip.png) -The filmstrip can be switched on and off using the shortcut Ctrl+F. The height of the filmstrip panel can be changed by clicking and dragging its top border. +The images shown in the filmstrip panel are the same as those displayed in the lighttable view. The height of the panel can be changed by clicking and dragging its top border. -Quickly navigate through the images in the filmstrip by scrolling with the mouse. Increase scroll speed with Shift+scroll. Change the height of the filmstrip with Ctrl+scroll or by clicking+dragging the top of the panel. In the darkroom you can change the photo currently being processed by clicking on another image in the filmstrip. +Clicking on an image in the filmstrip panel selects that image for display and processing in the centre panel. -In the darkroom, the image currently being processed is selected and highlighted. Hover over an image on the filmstrip with your mouse to select it (in order to act on it with a keyboard shortcut) without changing the image being processed. - -If you wish to select multiple images in the filmstrip, use Alt+click to select the first image, followed by either Ctrl+click to select or de-select further images, or Shift+click to select a range of images. - -The following shortcuts can be used to select images in the filmstrip: - -- `Ctrl+A` selects all images in the filmstrip - -- `Ctrl+Shift+A` deselects all images - -- `Ctrl+I` inverts the current selection - -The following shortcuts can be used to perform operations on the selected images +**navigation** +- `space` moves forward one image in the filmstrip + +- `backspace` moves backward one image in the filmstrip + +- `scroll` with the mouse allows you to navigate through the images in the filmstrip + +- `shift+scroll` increases scroll speed +**actions on the selected images** - `F1, F2, F3, F4, F5` adds or removes a color label (red, yellow, green, blue, purple, respectively). A color label will be added if _any_ selected image does not currently have the label; otherwise the label will be removed - `0, 1, 2, 3, 4, 5` sets the star rating @@ -44,4 +40,16 @@ The following shortcuts can be used to perform operations on the selected images - `Ctrl+Shift+V` selectively pastes from the copied history stack +Hover over an image on the filmstrip with your mouse to select it without changing the image being processed. This can be useful for example to compare metadata against other images or to act on the selected image with a keyboard shortcut. + +**selecting images** + +- `Ctrl+A` selects all images in the filmstrip + +- `Ctrl+Shift+A` deselects all images + +- `Ctrl+I` inverts the current selection + +To select multiple images in the filmstrip, use Alt+click to select the first image, followed by either Ctrl+click to select or de-select further images, or Shift+click to select a range of images. + See the lighttable's [history stack](../lighttable/history-stack.md) module documentation for more information about the copy and paste functionality.