Insert/overwrite shortcut key in Jupyter

回眸只為那壹抹淺笑 提交于 2019-12-30 05:59:42

问题


What is the Jupyter shortcut key to toggle between insert and overwrite mode whilst editing?

I must keep hitting it by accident and then cannot turn off overwrite mode. I have looked at the list of shortcuts in Jupyter and online, but I could not find a match. I am working on Firefox on a Linux virtual machine running on a Mac.


回答1:


Finally tracked down the problem: it was a Linux one to do with enabling Numlock. As Numlock was not turned on, the 0-key on the number keypad was acting as a toggle for insert mode.

To turn on Numlock, I had to install numlockx and then change login window preferences to enable it, e.g. see https://unlockforus.com/numlock-linux-mint/.




回答2:


FWIW, on a Macbook running Linux, fn + return toggles insert mode.




回答3:


For me fn + insert solved the problem.




回答4:


The Insert key on Linux should toggle it.



来源:https://stackoverflow.com/questions/37606190/insert-overwrite-shortcut-key-in-jupyter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!