RFR: 8267374: (macos) Option+Up/Down arrow dont traverse to beginning/end of line in textarea [v8]

Phil Race prr at openjdk.org
Thu Aug 4 20:52:57 UTC 2022


On Thu, 28 Jul 2022 08:39:46 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Unlike in native "Notes" editor where Option+Up/Down traverses to start/end of each line respectively,
>> Java does not honour these key combination in editor.
>> 
>> Added the key combination support by moving the caret to start/end of line and then doing caret up/down a line depending on if we are pressing UP or DOWN key.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comment

Marked as reviewed by prr (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/9230



More information about the client-libs-dev mailing list