Double quote character not accepted by keyboard

Issue #339 resolved
Matthias Schoettle created an issue

The double quote (") is not located on the onscreen keyboard and also not accepted when typed on a physical keyboard.

This is problematic when an execution statement such as the following is required:

System.out.println("foo")

Comments (2)

  1. Matthias Schoettle reporter

    I propose to remove the back slash () from the keyboard, move the slash (/) to its position and the double quote character to the previous position of the slash.

  2. Matthias Schoettle reporter

    Resolves #339: Removes bach slash and puts the slash to its position. Adds the double quote to the previous position of the slash.

    If ever the back slash is needed, the method allowCharacter can be called to additionally allow other characters that don't fit on the keyboard.

    → <<cset 973330a6f01f>>

  3. Log in to comment