question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Don't hard code the Ctrl+Enter shortcut

See original GitHub issue

ctrl + enter is hard coded? Why not allow it to be bound to other things if it is not a cell. Seems to me this would make ctrl+enter more consistent, no? Like this:

  • highest priority: if selection, then execute selection
  • mid priority: if no selection, execute cell around cursor
  • low priority: if no selection and no cell, execute line.

This issue is the result of this discussion: https://github.com/spyder-ide/spyder/issues/1670#issuecomment-237557798

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ccordoba12commented, Sep 2, 2016

The issue makes sense for people that want to preserve their muscle memory in RStudio and Spyder because in the first one is used to execute lines.

@goanpeca, @Nodd, @jitseniesen, what do you think?

1reaction
ccordoba12commented, Sep 2, 2016

It seems the best solution to support RStudio users for good is to create an RStudio shortcuts profile in our Preferences, as we plan to do for Emacs users too in 3.1.

Once we complete the work started in PR #2670, it will be just a matter of adding the table of shortcuts @jitseniesen posted to our config system 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

2 Ways to Use the Ctrl+Enter Keyboard Shortcut in Excel
#2 – Ctrl+Enter to Fill All Selected Cells with the Same Data or Formula · Select a range of cells. It does NOT...
Read more >
88 Excel Hacks That Will Save You Time and Stress: Part 1
Ctrl + Shift + A enters formula placeholders. When you hit Ctrl + Shift + A while entering a formula, Excel will enter...
Read more >
Replace formulas with values using this shortcut [quick tip]
Copy the cells with formulas (CTRL+C); Press ALT+ESV and then enter. While this is ok, it does take quite a bit of time...
Read more >
5 Keyboard Shortcuts to Paste Values in Excel - YouTube
Alt, E, S, V, Enter 2. Alt, H, V, V 3. Menu Key + V 4. Custom Quick Access Toolbar (QAT) Button 5....
Read more >
Visual Studio Code Key Bindings
These extensions modify the VS Code shortcuts to match those of other editors so you don't need to learn new keyboard shortcuts.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found