JDK-8360886 : Cmd + plus shortcut does not work reliably
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2025-06-27
  • Updated: 2025-06-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
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.


Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1837 Date: 2025-06-30 16:58:00 +0000
30-06-2025