Don't hard code the Ctrl+Enter shortcut
See original GitHub issuectrl + 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:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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?
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 😃