-
Bug
-
Resolution: Fixed
-
P3
-
1.1.1, 1.2.0
-
None
-
1.2fcs
-
generic, unknown
-
solaris_2.4, solaris_2.5
-
Not verified
Updated 2/10 by ej
The following navigation, activation and selection keyboard bindings on JList need verification for proper operation and key binding sequences.
JList
Navigate in - Tab
Navigate out - Tab, Shift+Tab (reverses direction)
Default action - Enter
Navigate within -
U/D Arrow = Move up/down one row or line
PgUp, PgDn = Move up/down one view
Ctrl+home = move to beginning of list
Ctrl+end = move to end of list
Selection (assumes list enables multiple selections, I found no
lists that allowed this) -
Ctrl+/ = Select all
Ctrl+\ = de-select all
Ctrl+Spacebar = Discontiguous extension
Shift+spacebar = contiguous selection
Shift+down = extend selection down
Shift+up = extend selection up
Shift+home = extend selection to beginning of list
Shift+end = extend selection to end of list
Shift+page down = extend selection down one view
Shift+page up = extend selection up one view
The following navigation, activation and selection keyboard bindings on JList need verification for proper operation and key binding sequences.
JList
Navigate in - Tab
Navigate out - Tab, Shift+Tab (reverses direction)
Default action - Enter
Navigate within -
U/D Arrow = Move up/down one row or line
PgUp, PgDn = Move up/down one view
Ctrl+home = move to beginning of list
Ctrl+end = move to end of list
Selection (assumes list enables multiple selections, I found no
lists that allowed this) -
Ctrl+/ = Select all
Ctrl+\ = de-select all
Ctrl+Spacebar = Discontiguous extension
Shift+spacebar = contiguous selection
Shift+down = extend selection down
Shift+up = extend selection up
Shift+home = extend selection to beginning of list
Shift+end = extend selection to end of list
Shift+page down = extend selection down one view
Shift+page up = extend selection up one view
- duplicates
-
JDK-4100713 JList needs ability to set multiple selection via input device
- Closed