X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/eaa5e016a41682c1ccd99023bd346e0448fa0ca3..5167ae018f03fc46747c28bb2662805d59bf62bc:/picsorter.js?ds=sidebyside diff --git a/picsorter.js b/picsorter.js index 213a553..31ae640 100644 --- a/picsorter.js +++ b/picsorter.js @@ -189,3 +189,4 @@ Mousetrap.bind('r', rotate); Mousetrap.bind('c', function() { $("#name").show().focus(); return false; }); Mousetrap.bind('%', function() { say((100 * input_index / files.length).toFixed(2) + "%"); }); Mousetrap.bind('!', show_commands); +Mousetrap.bind('esc', function() { $("#name").hide(); $("#shell_out").hide(); });