On Fri, 16 Aug 2024 07:39:44 GMT, Tejesh R <t...@openjdk.org> wrote: > In JTable, keyboard navigation keys Ctrl Shift RIGHT/LEFT doesn't follow > native actions of Linux. In native the actions are extended to end of > selected columns cells either LEFT/RIGHT but in swing gtk look and feel the > selection is extended to one cell to left/right. This might be taken as > reference of Windows OS since the same is observed in Windows native. Hence I > have update the actions for Ctrl Shift RIGHT & LEFT. > Added automated test too. The fix is tested in CI and its fine.
This pull request has now been integrated. Changeset: 8e88da05 Author: Tejesh R <t...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8e88da05b9966892e117b779d59a2e311a557a8d Stats: 141 lines in 2 files changed: 139 ins; 0 del; 2 mod 8338041: Keyboard Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F Reviewed-by: honkar, prr, abhiscxk ------------- PR: https://git.openjdk.org/jdk/pull/20608