Hi Everybody,
I am a professional photographer and use TC mostly to move image files, rename them, copy them, do selections, etc...
I use thumbnails most of the time where I do a selection on the left side and move them to the right side. ( I like to work from left to right)
My question is if there is any plugin or addon for thumbnails that I can change the thumbnail size on the panel without going thru Configuration-->Options-->Thumbnails and changing size.
Sometimes I need to enlarge thumbnails to see some details of some set of images and then get back to a smaller size to continue my selection.
It would be great if there will be an option like in photoshop CTRL + (+/-) or like in Irfran Viewer where you can hit the + or - button to enlarge or reduce the image size (in my case thumbnails) on the panel without going thru the settings.
Thanks in advance.
Thumbnails Different Sizes: change the size just by using CTRL+(+/-)
Moderators: Hacker, petermad, Stefan2, white
Re: Thumbnails Different Sizes
Since TC 10, you have cm_ZoomIn and cm_ZoomOut commands to make thumbnails bigger or smaller.
You can affect to a key :
Configuration -> Misc -> hotkey definition
or just edit %commander_ini% and add a [Shortcuts] section as pictured or just paste hotkey lines !
You can also use a button in the vertical bar...
You can affect to a key :
Configuration -> Misc -> hotkey definition
or just edit %commander_ini% and add a [Shortcuts] section as pictured or just paste hotkey lines !
Code: Select all
[Shortcuts]
C++=cm_ZoomIn
C+-=cm_ZoomOut
Re: Thumbnails Different Sizes: change the size just by using CTRL+(+/-)
If you are in menu "Show" - "Thumbnail view" just press Ctrl and rotate the mouse wheel back and forth.HISTORY.TXT wrote:22.04.21 Release Total Commander 10.00 public beta 7
25.10.20 Added: New internal commands cm_ZoomIn and cm_ZoomOut, to zoom in 10% steps between 10% and 200%.
Accepts percent value as parameter (32/64)
25.10.20 Added: Zoom thumbnails with Ctrl+Mouse wheel between 10% and 200% of the configured thumbnail size (32/64)
Thus, this function is already available (from TC 10.00) without changing the settings.
cm_CommandBrowser
Code: Select all
cm_ZoomIn 2953 Enlarge thumbnails (max 200%)
cm_ZoomOut 2954 Make thumbnails smaller (min 10%)
Create BUTTON in button bar ("copy/paste CODE")
- Click on "SELECT ALL" (to the right of CODE:), then press CTRL+C (copy to clipboard).
- Right-click on any place in the button bar, then click on "Paste".
⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺ - Option1: See Explanation to TOTALCMD#BAR#DATA <-- <Ctrl+click on the link...>
- Option2: Point to the new button (slightly longer): 'Tooltip' is shown (-> description to the button).
A maximum of 259 characters is allowed for the tooltip. | = create line break, || = create | as separator character. - Option3: Button bar - "Tooltip" field: A single space deactivates the display of the tooltip.
If the "Tooltip" field is empty, the content of the "Command" field is displayed.
Button 1: cm_ZoomIn - 150% fixed
Code: Select all
TOTALCMD#BAR#DATA
cm_ZoomIn 150
wciconex.dll,19
cm_ZoomIn 150 || 150% fixed / TC 10.00 req. |cm_ZoomIn, to zoom in 10% steps between 10% and 200%.|Accepts percent value as parameter (32/64)|https://ghisler.ch/board/viewtopic.php?t=76479|Thumbnails Different Sizes: change the size just by using CTRL+(+/-)
-1
Button 2: cm_ZoomOut - 100% fixed
Code: Select all
TOTALCMD#BAR#DATA
cm_ZoomOut 100
wciconex.dll,18
cm_ZoomOut 100 || 100% fixed / TC 10.00 req.|cm_ZoomOut, to zoom in 10% steps between 10% and 200%.|Accepts percent value as parameter (32/64)|https://ghisler.ch/board/viewtopic.php?t=76479|Thumbnails Different Sizes: change the size just by using CTRL+(+/-)
-1
Button 3: cm_ZoomIn 10% - zoom in 10% steps between 10% and 200%
Code: Select all
TOTALCMD#BAR#DATA
cm_ZoomIn 10%
wciconex.dll,19
cm_ZoomIn 10%|Zoom thumbnails with Ctrl+Mouse wheel|between 10% and 200% of the configured thumbnail size|https://ghisler.ch/board/viewtopic.php?t=76479|Thumbnails Different Sizes
-1
Button 4: cm_ZoomOut 10% - zoom in 10% steps between 10% and 200%
Code: Select all
TOTALCMD#BAR#DATA
cm_ZoomOut 10%
wciconex.dll,18
cm_ZoomOut 10%|Zoom thumbnails with Ctrl+Mouse wheel|between 10% and 200% of the configured thumbnail size|https://ghisler.ch/board/viewtopic.php?t=76479|Thumbnails Different Sizes
-1
Windows 10 Pro (x64) Version 21H2 (OS build 19044.1682) | Total Commander 10.50b3 x64/x86
Re: Thumbnails Different Sizes: change the size just by using CTRL+(+/-)
Thank you all very much!
You saved my time and headache.
That's what I was looking for.
You saved my time and headache.
That's what I was looking for.