X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/ecb5b4ef4385a77d8ec7f436c6b8c2e106c21023..51b05914e98fad8ba8a6eef93691e2e5bae034ee:/picsorter.js?ds=inline diff --git a/picsorter.js b/picsorter.js index 567c247..3fd9e28 100644 --- a/picsorter.js +++ b/picsorter.js @@ -10,3 +10,5 @@ $(function() { }); Mousetrap.bind('z', function() { $("#pic").toggleClass("fit_view"); }); +Mousetrap.bind('n', function() { input_index ++; setpic(); }); +Mousetrap.bind('p', function() { input_index --; setpic(); });