JDK-8308644 : [Linux] Missing mappings for dead keys + Alt Gr
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx20
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2023-05-23
  • Updated: 2023-12-22
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
Blocks :  
Relates :  
Relates :  
Description
Bugs aimed to be fixed (use the attached KeyEventViewer by Martin Fox to test):

- Alt Gr is not mapped;
- Add missing mappings (dead keys) - Linux does not send dead keys as keypress but sends as key release, and they might be used on a robot test, so it's covered.

Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1143 Date: 2023-05-22 00:19:45 +0000
23-05-2023