]> git.sesse.net Git - vlc/commit
Default keys for !mac changes:
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 18 Jul 2007 04:21:59 +0000 (04:21 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 18 Jul 2007 04:21:59 +0000 (04:21 +0000)
commit4261df82c937df0d13c4a86cc4aba5838fc9f0be
tree85bbf5d3a5f3e773bc44747edd4236a2bafe6c8b
parent2265cda0ae70012a40b313764c08a2ae1ef80028
Default keys for !mac changes:
The idea is that "Ctrl + small letter" are now reserved to interface for
dialogs/windows showing.

=====
* Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
* Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
subtitles delay (g h j k are next to each other on most keyboards).

* loop is 'l' instead of shift+l to simplify and match random that is 'r'.

* audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
now for delay, since all delays are regrouped.

* Menus, title and chapter are now alt+  instead of Ctrl+ and are using
'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
(o, b are next to n, p)

History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
next to each other)

Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.
src/libvlc-module.c