]> git.scottworley.com Git - picsort/commitdiff
'f' to show current filename
authorScott Worley <scottworley@scottworley.com>
Wed, 5 Mar 2014 07:05:02 +0000 (23:05 -0800)
committerScott Worley <scottworley@scottworley.com>
Wed, 5 Mar 2014 07:05:02 +0000 (23:05 -0800)
picsorter.js

index f1847841dc052819c962b94e0d487093eca951fd..ff760dc3e346454ca71bf8a863c671f00eba2326 100644 (file)
@@ -188,6 +188,7 @@ Mousetrap.bind(['d', 'j'], function() { change_exposure(-1); });
 Mousetrap.bind('x', mark_deleted);
 Mousetrap.bind('X', mark_not_deleted);
 Mousetrap.bind('r', rotate);
+Mousetrap.bind('f', function() { say(files[input_index]); });
 Mousetrap.bind('c', function() { $("#name").show().focus(); return false; });
 Mousetrap.bind('%', function() { say((100 * input_index / files.length).toFixed(2) + "%"); });
 Mousetrap.bind('!', show_commands);