-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customise keyboard shortcuts #56
Comments
OK, it's |
Welcome to the project! We are happy to be receiving feedback :) We want to inform users about keyboard shortcuts using an FAQ (#53), and we want a single system for all customisation (#6). Customising keyboard shortcuts (using this system) was not yet on our list, so let's make that the focus of this issue ~ For future reference: |
You also pointed out that the current defaults are confusing to Jupyter users, so maybe we should change them to match Jupyter? |
Shift-enter is also used in Atom for executing the code. |
I found online that Jupyter has: Juno has: So I suggest that Pluto has: with the philosophy that running and selecting the next cell is mostly useful in a non-reactive notebook, where you manually need to run a bunch of sequential cells. And of course, this will all be customisable in a few weeks :) |
OK good point. I guess I just find shift-enter more ergonomic so tend to use that. Thanks! |
One minor thing that might fit here: When executing and creating a new cell with |
Ah yep that used to be there and it disappeared again. Thanks for pointing it out :) |
Ah, thats probably the reason why I immediately missed it :). |
|
Btw. you can easily remap Caps-Lock to CTRL on a Mac (Keyboard Preferences), which is generally a very good idea since that key only causes trouble 😆 |
54 weeks later 😃 Given that #6 has been merged, can you (@fonsp) outline what the status on this is / what needs to happen to make this a reality? No promises, but I might have some free time to spare next week and could give this a shot. |
This looks like a very nice project, thanks!
I am trying to find the shortcut key to evaluate a cell (on Mac). Coming from Jupyter I was expecting / hoping that
Shift-Enter
would work, but it seems to create a new cell without evaluating the previous one.The text was updated successfully, but these errors were encountered: