sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

Jupyter&R: keyboard shortcuts for various operators #5827

Closed haraldschilly closed 2 months ago

haraldschilly commented 2 years ago

implement these keyboard shortcuts, as defined by RStudio:

williamstein commented 2 years ago

We could make the assignment operator shortcut work for other languages too, e.g., "=" for most other languages, but ":=" for Magma. There is a list here: https://en.wikipedia.org/wiki/Assignment_(computer_science)

haraldschilly commented 2 years ago

good idea!

williamstein commented 2 months ago

Never heard of any interest in this. This isn't supported by JupyterLab, so we would just be adding something sort of different that people learn and doesn't work in any other Jupyter environment. I'm closing this, but reopen if you seriously think this is worth the effort.