X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/eaa5e016a41682c1ccd99023bd346e0448fa0ca3..7e0b085a9d4119886d17e66f57008e32d071cd5a:/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(); });