You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many tools (Word, Outlook, others people use all the time) use shift-enter as a sort of 'soft' return; Just going to the next line, without starting a new paragraph or otherwise making an extra vertical step. This is why many people have this shortcut key very firmly in their muscle memory. Where I should just hit plain Enter, I do often hit shift-enter in Jupyter, with a result that isn't exactly 'soft'. I've seen others do the same while teaching, it really breaks the flow of working, let alone letting others follow it. Would moving it's functionality to Ctrl-Enter be a good idea?
Reproduce
Go to '...'
Click on '...'
Scroll down to '...'
See error '...'
Expected behavior
Context
Operating System and version:
Browser and version:
Jupyter Notebook version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue @steltenpower! Ctrl + Enter already exists as a shortcut so moving that functionality is not a likely solution. Shift + Enter has been a core behavior of Jupyter for over ten years so it is unlikely that the default would change, however, if you would like to change the shortcut for yourself, https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Custom%20Keyboard%20Shortcuts.html describes how you can go about that!
Description
Many tools (Word, Outlook, others people use all the time) use shift-enter as a sort of 'soft' return; Just going to the next line, without starting a new paragraph or otherwise making an extra vertical step. This is why many people have this shortcut key very firmly in their muscle memory. Where I should just hit plain Enter, I do often hit shift-enter in Jupyter, with a result that isn't exactly 'soft'. I've seen others do the same while teaching, it really breaks the flow of working, let alone letting others follow it. Would moving it's functionality to Ctrl-Enter be a good idea?
Reproduce
Expected behavior
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: