RFR: 8338041: Keyboard Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F [v2]

Tejesh R tr at openjdk.org
Fri Aug 23 06:56:02 UTC 2024


On Thu, 22 Aug 2024 22:12:10 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java line 1062:
>> 
>>> 1060:                        "shift KP_RIGHT", "selectNextColumnExtendSelection",
>>> 1061:                      "ctrl shift RIGHT", "selectLastColumnExtendSelection",
>>> 1062:                   "ctrl shift KP_RIGHT", "selectNextColumnExtendSelection",
>> 
>> should KP_RIGHT also be changed to selectLastColumnExtendSelection? Should keypad shortcuts be identical to the arrow key shortcuts?
>
> Good catch.

Actually all KP short cuts are miss aligned with native. So I thought of handling it separately.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20608#discussion_r1728463879


More information about the client-libs-dev mailing list