Shortkey to open current explorer window again
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Many times I need to switch between windows, but instead of opening the folder manually, I was looking for a short-key to open the open window again. Is there a short-key for that? If yes, what is it?
windows windows-explorer
add a comment |
Many times I need to switch between windows, but instead of opening the folder manually, I was looking for a short-key to open the open window again. Is there a short-key for that? If yes, what is it?
windows windows-explorer
Are you asking how to navigate to to an already open Window? Are you asking how to "duplicate" the currently selected open window?
– Dave
Jan 9 '14 at 11:40
add a comment |
Many times I need to switch between windows, but instead of opening the folder manually, I was looking for a short-key to open the open window again. Is there a short-key for that? If yes, what is it?
windows windows-explorer
Many times I need to switch between windows, but instead of opening the folder manually, I was looking for a short-key to open the open window again. Is there a short-key for that? If yes, what is it?
windows windows-explorer
windows windows-explorer
edited Jan 9 '14 at 11:32
Dave
23.4k84463
23.4k84463
asked Jan 9 '14 at 11:05
joostmakaayjoostmakaay
14013
14013
Are you asking how to navigate to to an already open Window? Are you asking how to "duplicate" the currently selected open window?
– Dave
Jan 9 '14 at 11:40
add a comment |
Are you asking how to navigate to to an already open Window? Are you asking how to "duplicate" the currently selected open window?
– Dave
Jan 9 '14 at 11:40
Are you asking how to navigate to to an already open Window? Are you asking how to "duplicate" the currently selected open window?
– Dave
Jan 9 '14 at 11:40
Are you asking how to navigate to to an already open Window? Are you asking how to "duplicate" the currently selected open window?
– Dave
Jan 9 '14 at 11:40
add a comment |
2 Answers
2
active
oldest
votes
Update based upon comments by OP
You can do this with the mouse. Right click on the direcotry and select Open in new window.
Or, for a short cut with keyboard, CTRL + N
Original answer below
Your question is not clear.
If you want to navigate to an already open Window, then use ALT + TAB
However, if you want a short cut to any specific directory, then I don't think you can but there is possibly a work around to this (depending on your situation it may or may not be feasible).
You can assign global commands to shortcuts. So, create a shortcut to My Documents, and save it to your desktop. Right click on this short cut and select properties. Under the shortcut tab you can type in a letter in the Shortcut key box
For example, I typed G and it shows
Now, I just type CTRL+ALT+G and that directory loads up.
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
1
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
add a comment |
That will depend on the environment you're working on, right?
In the most popular linux desktops you can configure it easily in the keyboard configuration.
Particularly in Gnome (3 and higher) you can go to system-settings > keyboard > shortcuts and set up a custom shortcut with the entry "nautilus" on it, and the combination of your choice. I use [Super]+E
(widows key + e) which, by the way, is the shortcut that open the file explorer on Windows (system in which that key combination works out of the box since XP to 8.1).
In short:
in windows [windows key] + E
In Linux, it will depend but you can configure it on the keyboard setting. If you use gnome, then the command to launch the file explorer will be "nautilus"; in Kde "dolphin", etc.
Hope that helped :)
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
1
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f699163%2fshortkey-to-open-current-explorer-window-again%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Update based upon comments by OP
You can do this with the mouse. Right click on the direcotry and select Open in new window.
Or, for a short cut with keyboard, CTRL + N
Original answer below
Your question is not clear.
If you want to navigate to an already open Window, then use ALT + TAB
However, if you want a short cut to any specific directory, then I don't think you can but there is possibly a work around to this (depending on your situation it may or may not be feasible).
You can assign global commands to shortcuts. So, create a shortcut to My Documents, and save it to your desktop. Right click on this short cut and select properties. Under the shortcut tab you can type in a letter in the Shortcut key box
For example, I typed G and it shows
Now, I just type CTRL+ALT+G and that directory loads up.
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
1
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
add a comment |
Update based upon comments by OP
You can do this with the mouse. Right click on the direcotry and select Open in new window.
Or, for a short cut with keyboard, CTRL + N
Original answer below
Your question is not clear.
If you want to navigate to an already open Window, then use ALT + TAB
However, if you want a short cut to any specific directory, then I don't think you can but there is possibly a work around to this (depending on your situation it may or may not be feasible).
You can assign global commands to shortcuts. So, create a shortcut to My Documents, and save it to your desktop. Right click on this short cut and select properties. Under the shortcut tab you can type in a letter in the Shortcut key box
For example, I typed G and it shows
Now, I just type CTRL+ALT+G and that directory loads up.
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
1
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
add a comment |
Update based upon comments by OP
You can do this with the mouse. Right click on the direcotry and select Open in new window.
Or, for a short cut with keyboard, CTRL + N
Original answer below
Your question is not clear.
If you want to navigate to an already open Window, then use ALT + TAB
However, if you want a short cut to any specific directory, then I don't think you can but there is possibly a work around to this (depending on your situation it may or may not be feasible).
You can assign global commands to shortcuts. So, create a shortcut to My Documents, and save it to your desktop. Right click on this short cut and select properties. Under the shortcut tab you can type in a letter in the Shortcut key box
For example, I typed G and it shows
Now, I just type CTRL+ALT+G and that directory loads up.
Update based upon comments by OP
You can do this with the mouse. Right click on the direcotry and select Open in new window.
Or, for a short cut with keyboard, CTRL + N
Original answer below
Your question is not clear.
If you want to navigate to an already open Window, then use ALT + TAB
However, if you want a short cut to any specific directory, then I don't think you can but there is possibly a work around to this (depending on your situation it may or may not be feasible).
You can assign global commands to shortcuts. So, create a shortcut to My Documents, and save it to your desktop. Right click on this short cut and select properties. Under the shortcut tab you can type in a letter in the Shortcut key box
For example, I typed G and it shows
Now, I just type CTRL+ALT+G and that directory loads up.
edited Jan 9 '14 at 12:14
answered Jan 9 '14 at 11:32
DaveDave
23.4k84463
23.4k84463
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
1
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
add a comment |
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
1
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
This is just for one window, i was looking to just copy the window i've opened at that time and then just use a shortkey to duplicate it
– joostmakaay
Jan 9 '14 at 11:59
1
1
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
I suggest you edit your question as your comment about duplicating it is IMO clearer than the original question @joostmakaay
– Dave
Jan 9 '14 at 12:12
add a comment |
That will depend on the environment you're working on, right?
In the most popular linux desktops you can configure it easily in the keyboard configuration.
Particularly in Gnome (3 and higher) you can go to system-settings > keyboard > shortcuts and set up a custom shortcut with the entry "nautilus" on it, and the combination of your choice. I use [Super]+E
(widows key + e) which, by the way, is the shortcut that open the file explorer on Windows (system in which that key combination works out of the box since XP to 8.1).
In short:
in windows [windows key] + E
In Linux, it will depend but you can configure it on the keyboard setting. If you use gnome, then the command to launch the file explorer will be "nautilus"; in Kde "dolphin", etc.
Hope that helped :)
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
1
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
add a comment |
That will depend on the environment you're working on, right?
In the most popular linux desktops you can configure it easily in the keyboard configuration.
Particularly in Gnome (3 and higher) you can go to system-settings > keyboard > shortcuts and set up a custom shortcut with the entry "nautilus" on it, and the combination of your choice. I use [Super]+E
(widows key + e) which, by the way, is the shortcut that open the file explorer on Windows (system in which that key combination works out of the box since XP to 8.1).
In short:
in windows [windows key] + E
In Linux, it will depend but you can configure it on the keyboard setting. If you use gnome, then the command to launch the file explorer will be "nautilus"; in Kde "dolphin", etc.
Hope that helped :)
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
1
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
add a comment |
That will depend on the environment you're working on, right?
In the most popular linux desktops you can configure it easily in the keyboard configuration.
Particularly in Gnome (3 and higher) you can go to system-settings > keyboard > shortcuts and set up a custom shortcut with the entry "nautilus" on it, and the combination of your choice. I use [Super]+E
(widows key + e) which, by the way, is the shortcut that open the file explorer on Windows (system in which that key combination works out of the box since XP to 8.1).
In short:
in windows [windows key] + E
In Linux, it will depend but you can configure it on the keyboard setting. If you use gnome, then the command to launch the file explorer will be "nautilus"; in Kde "dolphin", etc.
Hope that helped :)
That will depend on the environment you're working on, right?
In the most popular linux desktops you can configure it easily in the keyboard configuration.
Particularly in Gnome (3 and higher) you can go to system-settings > keyboard > shortcuts and set up a custom shortcut with the entry "nautilus" on it, and the combination of your choice. I use [Super]+E
(widows key + e) which, by the way, is the shortcut that open the file explorer on Windows (system in which that key combination works out of the box since XP to 8.1).
In short:
in windows [windows key] + E
In Linux, it will depend but you can configure it on the keyboard setting. If you use gnome, then the command to launch the file explorer will be "nautilus"; in Kde "dolphin", etc.
Hope that helped :)
edited Jun 18 '15 at 7:42
Dave
23.4k84463
23.4k84463
answered Jan 9 '14 at 11:11
Rho con LinuxRho con Linux
1113
1113
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
1
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
add a comment |
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
1
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. But thanks anyway
– joostmakaay
Jan 9 '14 at 11:14
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
Hmm that opens a new window at 'My Computer', not what i was exactly looking for. I mean the window (like 'My Documents') and when i press the shortkey it will open 'my documents again'.
– joostmakaay
Jan 9 '14 at 11:20
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
How does explaining how other OS's help? All you've said is Windows key + E which launches Explorer which may or may not have anything to do with the 'current' window.
– Dave
Jan 9 '14 at 11:39
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
The thing is... I don't use windows, and aynway, the current window totally depends on the system. Plus the picture wasn't there when I answered. SO I din't knew that he was referring to windows, otherwise I woudn't wrote that response.
– Rho con Linux
Jan 9 '14 at 11:44
1
1
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
The original tag was Windows Explorer. You can see the full revision history on each question. If you don't use Windows, and don't know the answer, then maybe best not to provide one. There are many 'Nix questions here which need answering though :)
– Dave
Jan 9 '14 at 11:59
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f699163%2fshortkey-to-open-current-explorer-window-again%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you asking how to navigate to to an already open Window? Are you asking how to "duplicate" the currently selected open window?
– Dave
Jan 9 '14 at 11:40