]> git.sesse.net Git - vlc/commit
Change the default hotkeys to avoid conflicts.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 12 Sep 2008 17:45:02 +0000 (10:45 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 12 Sep 2008 18:19:39 +0000 (11:19 -0700)
commit3d1baa998881cc6e8f40f196353af945df78c7d6
tree855c1b02ec231b2c27768fb08422110a7d75fdab
parent4a02c9e36f126031abd44d664728eb5071a7921b
Change the default hotkeys to avoid conflicts.

1) Every Human Interface Guideline on Unix/Linux/Windows reserves alt key for menu and button accessibility... Try to NOT use those...
Moreover, you have NO idea how the translators are going to translate your accelerators...

On the other hand, with this long list of keys it was become more than difficult... I'll document on the wiki.

2) Use keys next-to-each-other like-a-cross for cropping

Those keys are making a cross in most layouts ( on the contrary to the previous ones).

3) At the same time, use easier snapshot key. (shift+s is easier than Ctrl+alt+s)

4) Comment previous changes and remove whitespace.

Nota Bene:
I have no idea on how are the default on the mac and if the are conflicts there too, so I won't make changes there.
(cherry picked from commit d6ff5d2c31d8da17c97e1af89fbabde5c80cbe88)
src/libvlc-module.c