Thumbnail Appearance - hot switch from landscape to portrait

Hi,

Now I have to admit defeat as I dont know where to start with writing a script based on my needs.

I am trying to find a way to create a shortcut to allow me to hotswitch from a landscape resolution to a portrait and back again without having to manually change resolution within thumbnails/apperance.

I'm sure this is possible and somebody may already have a script but I would really appreciate help with this.

Many thanks
David

Something like this:

@if:Show THUMBNAILSIZE=256,150
Show THUMBNAILSIZE=reset
@if:else
Show THUMBNAILSIZE=256,150
1 Like

Thankyou Leo for the quick response.

Excuse my newbness but what would be the best way to implement that now into directory opus to include a shortcut button.

Appreciate your help
David

How's how to use the commands to create a toolbar button:

If you want a hotkey, you can assign one in the button editor, or create a standalone hotkey via Settings > Customize Toolbars > Keys using the same commands.

1 Like

Thankyou Leo, that was much easier than expected.

1 Like