]> git.scottworley.com Git - picsort/blobdiff - picsorter.js
'b' and 'd' for brighter and darker/dimmer.
[picsort] / picsorter.js
index 3fd9e2840f6d68d840ed002e274ee6f5567096e2..10d83c9ddd6534cbd470f6b5e155b6ef27a3ab1c 100644 (file)
@@ -12,3 +12,5 @@ $(function() {
 Mousetrap.bind('z', function() { $("#pic").toggleClass("fit_view"); });
 Mousetrap.bind('n', function() { input_index ++; setpic(); });
 Mousetrap.bind('p', function() { input_index --; setpic(); });
+Mousetrap.bind('b', function() { exposure ++; setpic(); });
+Mousetrap.bind('d', function() { exposure --; setpic(); });