On Tue, 13 Oct 2020 17:28:23 GMT, Ambarish Rapte <[email protected]> wrote:

>> The test fails on Mac and Linux.
>> Cause of failure:
>> - Linux: Unlike Windows, on Linux CTRL + Arrow keys move the caret to 
>> end/beginning of current word and not to
>>   beginning/end of next word.
>> - Mac: On Mac correct keys to traverse through words is ALT + Arrow and not 
>> CTRL + Arrow. And like on Linux, ALT + Arrow
>>   keys move the caret to end/beginning of current word and not to 
>> beginning/end of next word.
>> 
>> Fix is to use correct keys and asserts according to platform.
>
> Ambarish Rapte has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   use getShourtcutKey()

Looks good.

-------------

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/317

Reply via email to