Hello,
I Hope you can help me with this:
recently Microsoft added a new feature to windows explorer, which is the Windows Explorer Tabs, so I tried to search for a shortcut to open any folder/folders I'm selecting in a new Tab on the same windows explorer window, but I couldn't find any shortcut for that on the internet after a little search,
can you help me please and tell me what is the shortcut to open folder/folders in a new Tab in the same Windows Explorer window if there is one for it?,
thank you.
It is middle click.
Hello,
I Hope you can help me with this:
recently Microsoft added a new feature to windows explorer, which is the Windows Explorer Tabs, so I tried to search for a shortcut to open any folder/folders I'm selecting in a new Tab on the same windows explorer window, but I couldn't find any shortcut for that on the internet after a little search,
can you help me please and tell me what is the shortcut to open folder/folders in a new Tab in the same Windows Explorer window if there is one for it?,
thank you.
It is middle click.
oke thank you.
"Ctrl + Enter" should work...
Shortcuts
- for Windows and Linux: ALT + ENTER
- for Mac:
- open in new background tab: CMD + ENTER
- open in new tab: CMD + SHIFT + ENTER
Usage
You could use it the following ways:
- Highlight link: TAB
- Open link in new tab: ALT + ENTER [Windows/Linux], CMD + ENTER (+ SHIFT) [Mac]
or
Jumb to address bar: STRG + L [Windows/Linux], CMD + L [Mac]
Type in url or search term
Open in new tab: ALT + ENTER [Windows/Linux], CMD + ENTER (+ SHIFT) [Mac]
Source
Here you can find all Google Chrome Keyboard Shortcuts. Some of them are pretty useful.
Videos
Supposedly it's middle mouse button, but obviously I'm lacking that. In other browsers it was generally ctrl+click (on a link) to open a link in a new tab. But that isn't working.
Can't find any options in the settings either to change it. Is there a workaround, or an addon/extension for this?
Edit: To clarify, I'm not talking about Ctrl+T. That just opens a blank tab, or my last closed tab.
Hold down Ctrl and double click the file/folder to open in a new window.
You can also hold Ctrl and hit Enter on a highlighted folder to accomplish the same thing (In case you like to browse with your keyboard)
Let me know if thats what you needed!
C:\Users\USER-NAME\Downloads
in shortcut properties, the type target is 'Folder', and this open in same window, to change behavior put parameter and path in field 'Target':
before path
C:\Windows\explorer.exe /n,
like this
C:\Windows\explorer.exe /n, "C:\Users\USER-NAME\Downloads"
or
C:\Windows\explorer.exe /n, C:\Users\USER-NAME\Downloads
this change target type to application located to explorer then explorer.exe get's parameter N to open your custom path to folder in new window.