Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8360886

Cmd + plus shortcut does not work reliably.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • jfx24
    • javafx
    • None

      The Cmd + "+" KeyCharacterCombination does not work reliably on the US English layout. It has reverted to old behavior, namely that you have to first press the + key without Cmd before the system recognizes Cmd + "+".

      To reproduce:
      Use a US English keyboard or any keyboard where + on the main keyboard requires the shift key.
      Run the attached program.
      Type Cmd + "+"
      Type Cmd + "<"

      Results:
      Cmd + "+" yields no output but Cmd + "<" does
      Cmd + "+" starts working again if you press "+" without Cmd.

      Expected results:
      Both shortcuts should add some text to the text area.

            mfox Martin Fox
            mfox Martin Fox
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: