-
Notifications
You must be signed in to change notification settings - Fork 12
switchpane
Duarte Ramos edited this page Jan 28, 2021
·
4 revisions
Enable switching to the next pane by a hot key, a mouse gesture, a command button or a menu option
Keyboard settings.
- Open an add-on "Key".
- Set "Key" to "Shift+Tab"
- Choose "Type" to "Add-ons"
- Click on "Browse..." and select "Switch to next pane".
- Click on "Add" and "Ok".
Using this addon you can also achieve other functionality like duplicating a tab to other pane.
- Add a new menu entry or keyboard shortcut
- Set its type to JScript
- In the options field type
Sync.SwitchPane.NextFV().Navigate(GetFolderView(), SBSP_NEWBROWSER);