by Eric Peachey >> Tue, 26 Jun 2001 5:20:32 GMT
Hello,
What approach do you take to building forms designed for bulk data entry using the keyboard?
Say you have a form that captures has several numeric fields and a 'Save' button. One approach would be to use the Enter key on the numeric keypad as a tab key to move between fields and the Enter key on the qwerty bit as the Enter key - to activate the default 'Save' button. Perhaps there's be some freeware or NT keyboard remapping software that would mean zero changes to the application to accommodate the above behaviour?
Or do you laboriously trap keyboard events on forms and process them according to the current context?
Any Windows UI gurus out there have any comments to make? The standard behaviour seems to be for Enter to activate a default button or for a new line in multi line text boxes. So would you build completely non-standard Windows behaviour (using function keys and changing the standard behaviour of the enter key etc.)? Just like the old days when everybody had their own ideas and no two applications worked in the same way.
Cheers,
Eric in Dunedin