From e3ea0b48fdea2d48d99613072f85e0efb4ea05a5 Mon Sep 17 00:00:00 2001 From: Chris Elston Date: Sat, 25 Nov 2023 14:23:06 +0000 Subject: [PATCH] Ctrl+double-click to reset bauhaus to auto-preset --- content/darkroom/processing-modules/module-controls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/darkroom/processing-modules/module-controls.md b/content/darkroom/processing-modules/module-controls.md index 9b44d30515..64fcfcd0e6 100644 --- a/content/darkroom/processing-modules/module-controls.md +++ b/content/darkroom/processing-modules/module-controls.md @@ -34,7 +34,7 @@ right-click (pop-up edit) : You may right-click and type any value up to the hard limits for a given slider. For example, in the [_rotate and perspective_](../../module-reference/processing-modules/rotate-perspective.md) module, the soft limits for angle are -10 to +10 degrees while the hard limits are -180 to +180 degrees; In the [_exposure_](../../module-reference/processing-modules/exposure.md) module, the soft limits for the exposure slider are -3 to +4 EV while the hard limits are -18 to +18 EV. If you try to enter a value beyond the hard limit, it will be automatically be adjusted to the minimum/maximum allowable value. double-click (reset) -: Double-click on a slider or its label to reset to the default value. If controls are grouped together within a tabbed interface, you can double-click on the tab's header label to reset all settings in that tab. +: Double-click on a slider or its label to reset back to the default value. Ctrl+double-click to reset its value back to any auto-applied preset (if one applies for the current image). If controls are grouped together within a tabbed interface, you can double-click on the tab's header label to reset all settings in that tab. In addition, the speed of mouse-wheel, arrow-key and click+drag adjustments can be altered: @@ -47,6 +47,8 @@ Both of these multipliers can be amended in [preferences > shortcuts](../../pref Click on a combobox to show a list of available options which you can click to select. Occasionally the selection list will open close to the bottom or top of the screen meaning that only some of the items are visible -- simply scroll with your mouse wheel to bring up the full list. Alternatively, you can also use the mouse wheel and keyboard arrow keys to select an option, or start typing to filter the combobox entries. +As with sliders, you can double-click the combobox or its label to reset back to the default value, or Ctrl+double-click to reset back to any auto-applied preset. + # color pickers A number of modules allow parameters to be set using color pickers (identified by the ![color-picker-icon](./module-controls/color-picker.png#icon) icon). These use a standard interface and most can operate in either point or area mode. Point mode can be activated by clicking on the color picker icon. Area mode is activated with Ctrl+click or right-click.