Cycle between panes with a keyboard shortcut

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Luigi
Posts: 56
Joined: 01 Sep 2011 00:41

Cycle between panes with a keyboard shortcut

Post by Luigi »

I would like to know how to cycle between panes with a keyboard shortcut.

I saw this: viewtopic.php?f=3&t=15411

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Cycle between panes with a keyboard shortcut

Post by highend »

Code: Select all

if (get("Pane") == 1) { focus "P2"; } else { focus "P1"; }
Use it in a user defined command and add a keyboard shortcut to it?
One of my scripts helped you out? Please donate via Paypal

Luigi
Posts: 56
Joined: 01 Sep 2011 00:41

Re: Cycle between panes with a keyboard shortcut

Post by Luigi »

Yes that worked thanks!

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Cycle between panes with a keyboard shortcut

Post by admin »

By default the TAB key does it. Look at some options: Configuration | Dual Pane | Tab key

Luigi
Posts: 56
Joined: 01 Sep 2011 00:41

Re: Cycle between panes with a keyboard shortcut

Post by Luigi »

admin wrote:By default the TAB key does it. Look at some options: Configuration | Dual Pane | Tab key
I never knew about this, thank you admin. When was this added? Not new right?

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Cycle between panes with a keyboard shortcut

Post by admin »

Not new. :)

Post Reply