| Usability Techniques Notes on Moving from a Character Cell to GUI |
By Chauncey Wilson, edited by Robi Gunn
Reprinted from Usability Interface,
Vol 4, No. 4, April 1998
1. Avoid mouse-keyboard transitions in the new GUI. A common mistake in moving from character cell to GUI is to use some controls that are "mouse primary" and some that are "keyboard primary" on the same dialog. This forces the user to switch between the keyboard and the mouse and waste time.
2. Optimize the design for keyboard use if you expect users to be typing in a lot of information. (For example, use combo boxes instead of a drop-down list so expert users can type in a code, rather than using the mouse or awkward keyboard procedures for searching through the list.)
3. Provide a clue about what fields are required.
4. Avoid window "flapping". Having multiple windows popping around can be painful for heavy-duty form input.
5. Consider whether the input is from a paper form and then design the input to match the form.
6. Consider whether you should use the Tab key or the Enter key for navigation. The Windows interface makes Tab a navigation key, but "green-screen" users are often used to the Enter key.
![]() |
|