On Thu, 22 Aug 2024 22:12:10 GMT, Harshitha Onkar <hon...@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

Reply via email to