Chan Ho Lee created ZEPPELIN-6229:
-------------------------------------
Summary: Keyboard shortcuts does not work well in
`zeppelin-web-angular`
Key: ZEPPELIN-6229
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6229
Project: Zeppelin
Issue Type: Bug
Components: front-end
Reporter: Chan Ho Lee
Keyboard shortcuts do not work well in `zeppelin-web-angular` frontend.
After some investigation, it seems that the problem is related to how keyboard
events are handled. The Monaco editor captures keyboard events and processes
commands directly, but the shortcuts are registered through Angular's keyboard
event handler.
The following files might be helpful when working on a fix:
*
[https://github.com/apache/zeppelin/blob/master/zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/paragraph.component.ts]
*
[https://github.com/apache/zeppelin/blob/master/zeppelin-web-angular/src/app/pages/workspace/notebook/paragraph/code-editor/code-editor.component.ts]
When handling this, we could also fix the issue ZEPPELIN-6198
--
This message was sent by Atlassian Jira
(v8.20.10#820010)