]> git.scottworley.com Git - picsort/commitdiff
Change 'e'xposure key to 'B'rightness
authorScott Worley <scottworley@scottworley.com>
Sun, 21 Dec 2014 19:37:28 +0000 (11:37 -0800)
committerScott Worley <scottworley@scottworley.com>
Sun, 21 Dec 2014 19:37:28 +0000 (11:37 -0800)
picsorter.js

index 1f6b8f053da082a13c294005022b446c960216c1..cfbf5db7f4754bd16824a1fc0ceb548a331434cb 100644 (file)
@@ -214,7 +214,7 @@ Mousetrap.bind('X', mark_not_deleted);
 Mousetrap.bind('r', rotate);
 Mousetrap.bind('i', announce);
 Mousetrap.bind('f', function() { say(files[input_index]); });
-Mousetrap.bind('e', function() { say_exposure(); });
+Mousetrap.bind('B', function() { say_exposure(); });
 Mousetrap.bind('c', function() { $("#name").show().focus(); return false; });
 Mousetrap.bind('C', function() { if (last_name) { set_name(last_name); } });
 Mousetrap.bind('%', function() { say((100 * input_index / files.length).toFixed(2) + "%"); });