On Sat, 30 Oct 2021 20:40:12 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> This PR fixes an issue with mnemonic parsing by removing the restriction >> that a mnemonic symbol must be a letter. Now, it can be any character except >> whitespace. > > Michael Strauß has updated the pull request incrementally with four > additional commits since the last revision: > > - revert rename > - revert rename > - test for KeyCombination > - renamed TextBinding to MnemonicParser, refactored tests Marked as reviewed by aghaisas (Reviewer). The fix and test is fine. ------------- PR: https://git.openjdk.java.net/jfx/pull/647