-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update filmstrip.md #667
base: master
Are you sure you want to change the base?
Update filmstrip.md #667
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ctrl+click for the first image - Alt+click does nothing.... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And now it's been changed to a simple click for the first image and double-click to switch images in darkroom view. |
||
|
||
See the lighttable's [history stack](../lighttable/history-stack.md) module documentation for more information about the copy and paste functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't we standardized on American spelling? In that case, it should be "center" not "centre".