1
0
Fork 0
forked from 0x2620/oxjs

use minify in build script; add unicode module

This commit is contained in:
rlx 2011-10-05 17:07:21 +00:00
commit 66b9d41450
331 changed files with 114865 additions and 147253 deletions

View file

@ -331,7 +331,7 @@ Ox.VideoEditor = function(options, self) {
{key: '\\', action: 'Select Current Annotation'},
{key: '<', action: 'Go to Previous Cut'},
{key: '>', action: 'Go to Next Cut'},
{key: '/', action: 'Select Current Cuts'},
{key: '/', action: 'Select Current Cut'},
{key: 'F', action: 'Find'},
{key: Ox.UI.symbols.shift + 'G', action: 'Go to Previous Result'},
{key: 'G', action: 'Go to Next Result'},