GUI, ergonomics and gestures

26 March 2007

Ergonomics

Working on VLC media player interface, I found that clicking on menus and buttons was really un-natural. Lots of people have already said that, of course.

That is why I gave a look at VLC media player Mouse Gestures.

Mouse Gestures

Most of the important code was already written by Dnumgis, but not the functional part. There was four gestures and I re-mapped them to have new actions.

Number of actions:

To ease the use of those gestures, I had decided to use only one-movements and two-movements actions, since three-movements are difficult for some people. And I decided to remove all double-movement (left-left, right-right, etc..) for the same timing reason.

So I had space for 4 x 5 - 4 = 16 actions.

New mapping:

You will find the new bindings on our wiki.

Jean-Baptiste Kempf

Comments

  1. On 28 May 28280, 2:35 by vlclover

    This http://www.deviantart.com/deviation… is even beter, matches current vlc icons, simple and has an amiable license

  2. On 28 May 28280, 2:29 by vlclover

    Hi,
    When you make the shift to Qt and release 0.9 can you also include filetype icons like this http://www.deviantart.com/deviation… because right now with a couple of media files in one directory you cannot tell which format it is. This would improve the usability alot..and also make it look nicer
    Thanks