Zeppelin Notebook 的键盘快捷键

Keyboard shortcuts for Zeppelin Notebook

键盘快捷键有一个旧的 jira。但是似乎没有相关文件

https://issues.apache.org/jira/browse/ZEPPELIN-391

有快捷键的综合作弊-sheet吗?特别是与出色的 jupyter 键盘快捷键相比;例如dd 删除单元格。

这里有一个 table 的快捷方式。

| shortcut          | meaning                           |
|-------------------|-----------------------------------|
| Ctrl + up         | move focus to previous paragraph  |
| Ctrl + down       | move focus to next paragraph      |
| Shift + Enter     | run the current paragraph         |
| Ctrl + Alt + c    | cancel paragraph                  |
| Ctrl + Alt + d    | remove paragraph                  |
| Ctrl + Alt + k    | move up                           |
| Ctrl + Alt + j    | move down                         |
| Ctrl + Alt + a    | insert new above                  |
| Ctrl + Alt + b    | insert new below                  |
| Ctrl + Alt + o    | toggle output                     |
| Ctrl + Alt + r    | toggle enable/disable             |
| Ctrl + Alt + e    | toggle editor                     |
| Ctrl + Alt + m    | toggle showing line numbers       |
| Ctrl + Shift + -  | width - 1                         |
| Ctrl + Shift + =  | width + 1                         |
| Ctrl + Alt + t    | toggle title                      |

Note: Some shortcut might not work depend on OS and browser.

有一个列出它们的键盘图标:

缺少一些例如

ctrl + /         comment whole line
ctrl + shift + / in-line comment