]> git.scottworley.com Git - picsort/blobdiff - picsorter.js
#namecontainer -> .inputcontainer
[picsort] / picsorter.js
index fd8a8dca623e7483ab64896047c9fa0fe6181333..91febfa4ef73ad0fa655bb59c16573d0488b9128 100644 (file)
@@ -164,3 +164,4 @@ Mousetrap.bind('x', mark_deleted);
 Mousetrap.bind('X', mark_not_deleted);
 Mousetrap.bind('r', rotate);
 Mousetrap.bind('c', function() { $("#name").show().focus(); return false; });
+Mousetrap.bind('%', function() { say((100 * input_index / files.length).toFixed(2) + "%"); });