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.

Restore Ctrl+Return to run cells

See original GitHub issue

Moved to Spyder 4 RC2 - awesome work guys! The dark theme is super slick!

I miss something from previous Spyders though - run cell used to work with both the main big Return, and the small Enter at the corner of the NumPad, i.e. both of them mapped to the same Return key in previous Spyders. But now they’re differentiated.

It’s more convenient to be able to use both shortcuts for the same command. Now I can set both Ctrl+Return, and Ctrl+Enter for the shortcut, but Spyder interprets this as a sequence.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
jnsebgosselincommented, Nov 25, 2019

Here is a POC where I added an extra column to the shortcuts section on the preferences pane and represented each shortcut by a button. Any thoughts?

keyboard_pref_wip

2reactions
ccordoba12commented, Nov 24, 2019

Would it be ok to store them using a list of strings? This would make it very convenient for assigning shortcuts to QAction

That’s fine for me and what I was about to suggest.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to recover deleted Jupyter notebook cell? - Stack Overflow
First, switch to command mode by pressing ESC , then you can press Z to recover the deleted cells. (Thanks to @nik7 who...
Read more >
Undo, redo, or repeat an action - Microsoft Support
You can press Undo (or CTRL+Z) repeatedly if you want to undo multiple steps. ... wish to revert, you may be able to...
Read more >
run cell ctrl+enter is not running ie run cell runs the whole ...
Specifically, I opened the Anaconda Prompt and typed "spyder --reset". spyder: 4.1.2 spyder-kernels: 1.9.0. Operating System: WIndows 10 x64 ...
Read more >
Working with Jupyter Notebooks in Visual Studio Code
You can also use keyboard shortcuts to run code. When in command or edit mode, use Ctrl+Enter to run the current cell or...
Read more >
Running Code — Jupyter Notebook 6.5.2 documentation
Alt-Enter runs the current cell and inserts a new one below. Ctrl-Enter run the current cell and enters command mode. Managing the Kernel ......
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