In multi-selection mode, Ctrl + Shift + PageUp (Ctrl + Shift + PageDown) should extend selection right one information pane. Good example is e.g. NetBeans IDE.
[JDK-8114794] TreeView: Ctrl + Shift + PageUp (Ctrl + Shift + PageDown) should extend selection right one information pane
I found a resource where this shortcut was taken from by previous UX person. This resource says that this shortcut should be used in TreeView as well as TableView. However, the more I'm thinking about it the more it makes sense to use it just in TableView. Because Shift+Page Up/Down already works, having another shortcut to perform the same action is not necessary.
Giving that you can close this issue.
Jindrich Dinga (Inactive)
added a comment - I found a resource where this shortcut was taken from by previous UX person. This resource says that this shortcut should be used in TreeView as well as TableView. However, the more I'm thinking about it the more it makes sense to use it just in TableView. Because Shift+Page Up/Down already works, having another shortcut to perform the same action is not necessary.
Giving that you can close this issue.
I'm not clear on this - can you please provide more information? It seems to me that Shift+PageUp is the same as Ctrl+Shift+PageUp in NetBeans in the JTree that is shown there. Are you suggesting that Shift+PageUp and Ctrl+Shift+PageUp should both do the same thing in TreeView?
Jonathan Giles
added a comment - I'm not clear on this - can you please provide more information? It seems to me that Shift+PageUp is the same as Ctrl+Shift+PageUp in NetBeans in the JTree that is shown there. Are you suggesting that Shift+PageUp and Ctrl+Shift+PageUp should both do the same thing in TreeView?