Mousetrap.bind('r', rotate);
Mousetrap.bind('f', function() { say(files[input_index]); });
Mousetrap.bind('c', function() { $("#name").show().focus(); return false; });
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);
Mousetrap.bind('esc', function() { $("#name").hide(); $("#shell_out").hide(); });
Mousetrap.bind('%', function() { say((100 * input_index / files.length).toFixed(2) + "%"); });
Mousetrap.bind('!', show_commands);
Mousetrap.bind('esc', function() { $("#name").hide(); $("#shell_out").hide(); });