key combinations that allow quick access to certain functionality, often used for power users or command line interfaces.
8
votes
3answers
800 views
Patterns for keyboard accessible drop down lists
Are there any standard keyboard shortcuts for making drop down lists appear? (in any kind of software, not just web based.)
I'm going to write some JavaScript to make the drop down lists (select and ...
12
votes
1answer
151 views
How should keyboard mnemonics be localized?
Is there a standard approach to localizing (internationalize) keyboard mnemonics?
For example, in Windows Notepad in English, if the user types Alt+E then P, the Edit menu opens and then the Paste ...
24
votes
6answers
984 views
What is the best way to get users to discover and learn keyboard shortcuts
In a mouse driven desktop application, with a ribbon style interface and which has no menubar, what is the best way for users to learn about the shortcuts and accelerators which can help a user work ...
16
votes
4answers
752 views
Are there any recent studies of the “Keyboard vs Mouse”-issue?
Back in the late 80's, Apple Human Interface concluded that the mouse is faster than the keyboard, objectively. But also that every test person subjectively thought that the keyboard was faster.
...
6
votes
2answers
127 views
Is there any research into the cost of switching between using a keyboard and a mouse?
My intuition and own experience tells me keyboard shortcut keys can be faster than using the mouse. However, some tasks like browsing the internet or a folder hierarchy truly benefit from using a ...
4
votes
4answers
366 views
Alt key shortcuts anymore?
Do standard users use Alt key shortcuts for controls such as buttons anymore?
eg. an OK button could have a shortcut of Alt-K which would be the same as pressing it.
Any control on a form or window ...
6
votes
2answers
247 views
Keyboard shortcuts on non-QWERTY keyboard layouts
I've been using the Dvorak keyboard layout for a few years, and something that's always bothered me is keyboard shortcuts. On a QWERTY keyboard copy and paste are conveniently positioned as Ctrl+C and ...