-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ZEPPELIN-391] Keyboard shortcut #569
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
Conversation
|
Ctrl + c is commonly used to copy highlighted text to the clipboard so better to change. |
|
@minahlee You're right. Changed to Ctrl+Alt+c |
|
Ctrl + Alt + k and Ctrl + Alt + E does work on chrome, firefox but not on IE |
|
@minahlee Some more shortcuts are not working in IE. for example Ctrl + n, Ctrl + p. |
|
@Leemoonsoo sure |
|
I'll create an issue for shortcut on IE. |

What is this PR for?
This PR implements keyboard shortcuts for paragraph control.
What type of PR is it?
Feature
Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-391
How should this be tested?
Try implemented shortcuts
Ctrl + Alt + c : Cancel run
Ctrl + Alt + d : Remove paragraph
Ctrl + Alt + k : Move paragraph Up
Ctrl + Alt + j : Move paragraph Down
Ctrl + Alt + b : Insert new paragraph below
Ctrl + Alt + o : Toggle output
Ctrl + Alt + e : Toggle editor
Ctrl + Alt + m : Toggle line numbers
Ctrl + Alt + t : Toggle title
Ctrl + Alt + 1
0,-,+ : Paragraph width from 112Questions: