-
Bug
-
Resolution: Unresolved
-
P4
-
jfx24
-
None
-
os_x
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.
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.
- relates to
-
JDK-8087863 Mac: "Select All" within ListView/TreeView is handled differently depending on the useSystemMenuBar value
-
- Resolved
-
-
JDK-8093711 Mac: Press 'Command + =' on mac os will trigger 4 key events, it should be 2
-
- Resolved
-
-
JDK-8094601 Mac: Command-period generates spurious KeyEvents on Mac OS
-
- Resolved
-
- links to
-
Review(master) openjdk/jfx/1837