Open in CMD / go to tab <number>

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
suleiman
Posts: 2
Joined: 12 Mar 2020 17:46

Open in CMD / go to tab <number>

Post by suleiman »

I am new to xyplorer but so far missing two features that are important to me:
- Is there a way to open a cmd prompt/shell in the currently directory? Is there a hotkey for that?
- How can I jump to a specific tab, e.g. tab number 2? In editors this is usually done by pressing Ctrl+2.

Thank you!

jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Open in CMD / go to tab <number>

Post by jupe »

1) Ctrl+Alt+P
2) You can assign any shortcut you want to switch to tabs directly, first go into Tools | Customize Keyboard Shortcuts and clear the shortcut keys you want to use if they are already active, then via UDC (Ctrl+Alt+F9) create commands with this as the script for example:

seltab 1;
etc....
Attachments
2020-03-13_040216.png
2020-03-13_040216.png (24.33 KiB) Viewed 1804 times

suleiman
Posts: 2
Joined: 12 Mar 2020 17:46

Re: Open in CMD / go to tab <number>

Post by suleiman »

Perfect, thanks a lot!

Post Reply