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

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Jun 23 07:40:29 UTC 2022


> 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:

  Revert JDK-8151136 for Right Option Key

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9230/files
  - new: https://git.openjdk.org/jdk/pull/9230/files/2b523c29..0268daed

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9230&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9230&range=01-02

  Stats: 17 lines in 1 file changed: 0 ins; 16 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/9230.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9230/head:pull/9230

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



More information about the client-libs-dev mailing list