Sounds like a valid issue. Could you open a JIRA and contribute a fix?
On Mon, Apr 11, 2016 at 4:58 AM -0700, "David.Macia" <[email protected]> wrote: Hi, In the resolution of the Zeppelin-698 issue (PR-756 <https://github.com/apache/incubator-zeppelin/pull/756>), the shortcut to change the paragraph width was modified from *Ctrl + Alt + [-,=]* to *Ctrl - Shift [-,=]* But the numeric key bindings: *Ctrl + Alt + [0,9] *still exists (the PR description includes a reference to this keys, but the commit did not change that). Now, with the R interpreters, to comment a line you have to use the* # character*, that it's binded to *AltGr + 3* in some keyboard layouts. The browser treats AltGr as Ctrl and Alt, so the paragraph width changes to 3 when you try to insert a comment in R. It would be ok to change the *Ctrl + Alt + [0,9] *shortcuts to *Ctrl + Shift + [0,9] ??* Seems to be only a small change in the paragraph.controller.js file. Thanks 2016-02-24 15:49 GMT+01:00 William BECK (JIRA) <[email protected]>: > William BECK created ZEPPELIN-698: > ------------------------------------- > > Summary: Shortcut interact with interpreter with French > Keyboard > Key: ZEPPELIN-698 > URL: https://issues.apache.org/jira/browse/ZEPPELIN-698 > Project: Zeppelin > Issue Type: Bug > Components: Interpreters > Affects Versions: 0.5.6 > Environment: Browser Windows / Chrome 48 (French) > Reporter: William BECK > Priority: Minor > > > When you try to make some chars '{' or '}' or '|' that are use in all > interpreters for form, in french keyboard you need to use the 'ALT GR' key > with the '4' key to make a '{'. So the shortcut 'CTRL+ALT+4' is execute and > then reduce the note on 4 columns. > A solution may be to change the shortcut or give a solution to change the > shortcut in the installation. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
