-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
1.2fcs
-
unknown
-
solaris_2.4
-
Not verified
The following navigation, activation and selection keyboard bindings on JTextField need verification for proper operation and key binding sequences. They are the same as the Win32 keybindings.
JTextField
Navigate in - Tab
Navigate out - Tab, Shift+Tab (reverses direction)
Navigate within -
L/R Arrow keys = Move input focus to next character in field
Ctrl+R/L arrow = Move to next/Previous word
Home = Move input focus to beginning of field
End = Move input focus to end of field
Submit entry - SEE BELOW
Selection -
Shift+home = extend selection to beginning of line
Shift+end = extend selection to end of line
Shift+left = extend selection left
Shift+right = extend selection right
Shift+Ctrl+R/L arrow = extend selection to the next/previous
word
earl.johnson@Eng 1998-02-25
earl.johnson@Eng 1998-05-24 Added (modifies Submit):
Submit entry - Enter or Return
JTextField
Navigate in - Tab
Navigate out - Tab, Shift+Tab (reverses direction)
Navigate within -
L/R Arrow keys = Move input focus to next character in field
Ctrl+R/L arrow = Move to next/Previous word
Home = Move input focus to beginning of field
End = Move input focus to end of field
Submit entry - SEE BELOW
Selection -
Shift+home = extend selection to beginning of line
Shift+end = extend selection to end of line
Shift+left = extend selection left
Shift+right = extend selection right
Shift+Ctrl+R/L arrow = extend selection to the next/previous
word
earl.johnson@Eng 1998-02-25
earl.johnson@Eng 1998-05-24 Added (modifies Submit):
Submit entry - Enter or Return