Questions relating to the use of the common pointing device.

learn more… | top users | synonyms

4
votes
6answers
533 views

UI design with MINIMUM number of clicks

Project : ASP.NET with C# Client side : JavaScript and jQuery Consider the scenario, I have a number of user to use the software. I will classify them into different groups. Then, I would like to ...
16
votes
4answers
743 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. ...
32
votes
14answers
3k views

Should double click be avoided in web applications?

I find that double click is a great gesture that could be successfully used in graphical interfaces but for some reason has negative connotation on the web. Should it be avoided at all costs?
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 ...
13
votes
4answers
401 views

When is it a good idea to perform actions on mouse-down *as opposed to click/mouse-up*?

I've grown used to the GUI paradigm of pre-select on mouse-down, action on mouse-up. In fact, I rely on it, sometimes canceling an unwanted action after mouse-down by dragging outside of the click ...
7
votes
1answer
107 views

Easiest cursor move?

In relation to making a pie-menu. I've tried finding research on this, but to no avail. My reasoning is this: Put the most used features at the easiest places (although putting opposites.. opposite ...
4
votes
6answers
286 views

What's the term for imprecision in mouse and touchscreen clicking?

I've noticed in some tasks that require very fine precision with the mouse, that the act of physically clicking the button is sometimes enough to move the mouse. In an extreme case, I watched an ...