[Keyboard] Accelerator does not work for minus key on Mac

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8u5
    • Component/s: javafx
    • Environment:

      OS X 10.9.3

      The following does not work at all
      "zoomOut.setAccelerator(new KeyCodeCombination(KeyCode.MINUS, KeyCombination.META_DOWN));",
      while for example
      "zoomOut.setAccelerator(new KeyCodeCombination(KeyCode.DOWN, KeyCombination.META_DOWN));"
      works perfectly. I am using a Finnish keyboard layout. It seems that JavaFX does not recognize the minus key on Mac?

            Assignee:
            Martin Fox
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Imported: