Keyboard Shortcut to Toggle View Modes?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
mickey4mice
Posts: 33
Joined: 10 Oct 2011 00:05

Keyboard Shortcut to Toggle View Modes?

Post by mickey4mice »

Hi,

How do I assign a keyboard shortcut to toggle Details/Thumbnail view #1?

Thanks

highend
Posts: 14566
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Keyboard Shortcut to Toggle View Modes?

Post by highend »

Menu - User - Manage Commands...

Category: Run Script
Button "New..." - Add New Command...

Caption: Toggle view
Script: Button "Edit..."

Code: Select all

    $mode = get("View");
    if ($mode == 0) { #306; }
    elseif ($mode == 4) { #302; }
After clicking OK in that little script window

Button "Assign Keyboard Shortcut..."
One of my scripts helped you out? Please donate via Paypal

mickey4mice
Posts: 33
Joined: 10 Oct 2011 00:05

Re: Keyboard Shortcut to Toggle View Modes?

Post by mickey4mice »

perfect!

thank you

Post Reply