How to create a keyboard shortcut for SublimeREPL? The shortcut does not workSublime 3 - Set Key map for function Goto DefinitionSublime Text - Remove plugin's keymap shortcutsSublime Text 3 Key Binding - Using variablesneed keyboard shortcut to change css code, inline to branched in ubuntu sublime text3How to change mouse binding of “Add cursor” in Sublime Text 3?Possible to open Sublime in two row layout by default?Is there a way to navigate and filter only opened files in sublime text?Does anyone know the ST3 command for Key Bindings?SublimeREPL - save and run script with one Shortcut: ctrl+bSublime Text 3 redefine keybindings for Jump Back/Forward
What is the status of the three crises in the history of mathematics?
"Estrontium" on poster
Integral with DiracDelta. Can Mathematica be made to solve this?
Using wilcox.test() and t.test() in R yielding different p-values
What's the difference between "ricochet" and "bounce"?
Double underlining a result in a system of equations with calculation steps on the right side
Can you turn a recording upside-down?
What are these round pads on the bottom of a PCB?
Is every story set in the future "science fiction"?
TeX Gyre Pagella Math Integral sign much too small
Why are thrust reversers not used to slow down to taxi speeds?
What can cause an unfrozen indoor copper drain pipe to crack?
Which spells are in some way related to shadows or the Shadowfell?
Is there a need for better software for writers?
resoldering copper waste pipe
Do Monks gain the 9th level Unarmored Movement benefit when wearing armor or using a shield?
Why use steam instead of just hot air?
What is the minimum required technology to reanimate someone who has been cryogenically frozen?
Gift for mentor after his thesis defense?
How does weapons training transfer to empty hand?
Why do unstable nuclei form?
Can the president of the United States be guilty of insider trading?
Passport stamps art, can it be done?
Is it safe to keep the GPU on 100% utilization for a very long time?
How to create a keyboard shortcut for SublimeREPL? The shortcut does not work
Sublime 3 - Set Key map for function Goto DefinitionSublime Text - Remove plugin's keymap shortcutsSublime Text 3 Key Binding - Using variablesneed keyboard shortcut to change css code, inline to branched in ubuntu sublime text3How to change mouse binding of “Add cursor” in Sublime Text 3?Possible to open Sublime in two row layout by default?Is there a way to navigate and filter only opened files in sublime text?Does anyone know the ST3 command for Key Bindings?SublimeREPL - save and run script with one Shortcut: ctrl+bSublime Text 3 redefine keybindings for Jump Back/Forward
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
After doing the following procedure, sublime text3 does not react to the key combination. Can you help me? Thank you
You can set a keyboard shortcut for the command in your screenshot using Sublime key-bindings.
Open Sublime.
Go to Preferences > Key Bindings - User
Add bellow lines to the opened file between brackets:
"keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
Save it.
sublimetext3
add a comment |
After doing the following procedure, sublime text3 does not react to the key combination. Can you help me? Thank you
You can set a keyboard shortcut for the command in your screenshot using Sublime key-bindings.
Open Sublime.
Go to Preferences > Key Bindings - User
Add bellow lines to the opened file between brackets:
"keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
Save it.
sublimetext3
That command has a bug in it that stops it from working in Sublime Text 3.2. It works in the latest dev build, so if you're a licensed user, using that build is probably the way to go. Otherwise, this forum post shows an alternative binding that doesn't use the buggy command.
– OdatNurd
Mar 24 at 1:33
add a comment |
After doing the following procedure, sublime text3 does not react to the key combination. Can you help me? Thank you
You can set a keyboard shortcut for the command in your screenshot using Sublime key-bindings.
Open Sublime.
Go to Preferences > Key Bindings - User
Add bellow lines to the opened file between brackets:
"keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
Save it.
sublimetext3
After doing the following procedure, sublime text3 does not react to the key combination. Can you help me? Thank you
You can set a keyboard shortcut for the command in your screenshot using Sublime key-bindings.
Open Sublime.
Go to Preferences > Key Bindings - User
Add bellow lines to the opened file between brackets:
"keys": ["ctrl+alt+b"], "command": "run_existing_window_command", "args":
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
Save it.
sublimetext3
sublimetext3
asked Mar 23 at 9:04
Claudio SaraleguyClaudio Saraleguy
1
1
That command has a bug in it that stops it from working in Sublime Text 3.2. It works in the latest dev build, so if you're a licensed user, using that build is probably the way to go. Otherwise, this forum post shows an alternative binding that doesn't use the buggy command.
– OdatNurd
Mar 24 at 1:33
add a comment |
That command has a bug in it that stops it from working in Sublime Text 3.2. It works in the latest dev build, so if you're a licensed user, using that build is probably the way to go. Otherwise, this forum post shows an alternative binding that doesn't use the buggy command.
– OdatNurd
Mar 24 at 1:33
That command has a bug in it that stops it from working in Sublime Text 3.2. It works in the latest dev build, so if you're a licensed user, using that build is probably the way to go. Otherwise, this forum post shows an alternative binding that doesn't use the buggy command.
– OdatNurd
Mar 24 at 1:33
That command has a bug in it that stops it from working in Sublime Text 3.2. It works in the latest dev build, so if you're a licensed user, using that build is probably the way to go. Otherwise, this forum post shows an alternative binding that doesn't use the buggy command.
– OdatNurd
Mar 24 at 1:33
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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%2fstackoverflow.com%2fquestions%2f55312185%2fhow-to-create-a-keyboard-shortcut-for-sublimerepl-the-shortcut-does-not-work%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 Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55312185%2fhow-to-create-a-keyboard-shortcut-for-sublimerepl-the-shortcut-does-not-work%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
That command has a bug in it that stops it from working in Sublime Text 3.2. It works in the latest dev build, so if you're a licensed user, using that build is probably the way to go. Otherwise, this forum post shows an alternative binding that doesn't use the buggy command.
– OdatNurd
Mar 24 at 1:33