Creating keyboard shortcuts for context-menu options in windows
In the context-menu opened by right-clicking a file in windows explorer
you will find the Open with...
sub-menu giving you a list of applicatiions to open the current file with.
I was wondering if it is possible to attach a keyboard shortcut to this action.
What I want to do
By default, my PC opens .php
files with PhpStorm. In most of the cases this is the program I want to open PHP files with. However, in some cases, I would like to open .php
files with Sublime Text.
I could of course right click the file and select Sublime Text from the Open with...
menu. But I'd rather do this with a keyabord shortcut.
Is it possible to open a file with Sublime Text by let's say... Pressing the F6
key?
windows keyboard-shortcuts windows-explorer
add a comment |
In the context-menu opened by right-clicking a file in windows explorer
you will find the Open with...
sub-menu giving you a list of applicatiions to open the current file with.
I was wondering if it is possible to attach a keyboard shortcut to this action.
What I want to do
By default, my PC opens .php
files with PhpStorm. In most of the cases this is the program I want to open PHP files with. However, in some cases, I would like to open .php
files with Sublime Text.
I could of course right click the file and select Sublime Text from the Open with...
menu. But I'd rather do this with a keyabord shortcut.
Is it possible to open a file with Sublime Text by let's say... Pressing the F6
key?
windows keyboard-shortcuts windows-explorer
Your title does not match your question?
– Moab
Jan 21 at 13:40
@Moab How about this?
– Peter
Jan 21 at 13:45
1
That will get more attention, everyone here uses this software to do what you want, but you need to know a bit of scripting to get it done.....autohotkey.com
– Moab
Jan 21 at 14:01
add a comment |
In the context-menu opened by right-clicking a file in windows explorer
you will find the Open with...
sub-menu giving you a list of applicatiions to open the current file with.
I was wondering if it is possible to attach a keyboard shortcut to this action.
What I want to do
By default, my PC opens .php
files with PhpStorm. In most of the cases this is the program I want to open PHP files with. However, in some cases, I would like to open .php
files with Sublime Text.
I could of course right click the file and select Sublime Text from the Open with...
menu. But I'd rather do this with a keyabord shortcut.
Is it possible to open a file with Sublime Text by let's say... Pressing the F6
key?
windows keyboard-shortcuts windows-explorer
In the context-menu opened by right-clicking a file in windows explorer
you will find the Open with...
sub-menu giving you a list of applicatiions to open the current file with.
I was wondering if it is possible to attach a keyboard shortcut to this action.
What I want to do
By default, my PC opens .php
files with PhpStorm. In most of the cases this is the program I want to open PHP files with. However, in some cases, I would like to open .php
files with Sublime Text.
I could of course right click the file and select Sublime Text from the Open with...
menu. But I'd rather do this with a keyabord shortcut.
Is it possible to open a file with Sublime Text by let's say... Pressing the F6
key?
windows keyboard-shortcuts windows-explorer
windows keyboard-shortcuts windows-explorer
edited Jan 21 at 13:44
Peter
asked Jan 21 at 9:15
PeterPeter
631111
631111
Your title does not match your question?
– Moab
Jan 21 at 13:40
@Moab How about this?
– Peter
Jan 21 at 13:45
1
That will get more attention, everyone here uses this software to do what you want, but you need to know a bit of scripting to get it done.....autohotkey.com
– Moab
Jan 21 at 14:01
add a comment |
Your title does not match your question?
– Moab
Jan 21 at 13:40
@Moab How about this?
– Peter
Jan 21 at 13:45
1
That will get more attention, everyone here uses this software to do what you want, but you need to know a bit of scripting to get it done.....autohotkey.com
– Moab
Jan 21 at 14:01
Your title does not match your question?
– Moab
Jan 21 at 13:40
Your title does not match your question?
– Moab
Jan 21 at 13:40
@Moab How about this?
– Peter
Jan 21 at 13:45
@Moab How about this?
– Peter
Jan 21 at 13:45
1
1
That will get more attention, everyone here uses this software to do what you want, but you need to know a bit of scripting to get it done.....autohotkey.com
– Moab
Jan 21 at 14:01
That will get more attention, everyone here uses this software to do what you want, but you need to know a bit of scripting to get it done.....autohotkey.com
– Moab
Jan 21 at 14:01
add a comment |
0
active
oldest
votes
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%2f1396537%2fcreating-keyboard-shortcuts-for-context-menu-options-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1396537%2fcreating-keyboard-shortcuts-for-context-menu-options-in-windows%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
Your title does not match your question?
– Moab
Jan 21 at 13:40
@Moab How about this?
– Peter
Jan 21 at 13:45
1
That will get more attention, everyone here uses this software to do what you want, but you need to know a bit of scripting to get it done.....autohotkey.com
– Moab
Jan 21 at 14:01