ArrowKeys is a Pixelpost Addon I threw together that allows visitors to navigate to the previous or next photo using the left or right keys on their keyboard.
This Pixelpost Addon will work out of the box with your blog as long as the output of <IMAGE_NEXT_LINK> and <IMAGE_PREVIOUS_LINK> tags are not modified. Otherwise, modifications in the PHP code must be made.
with..
window.onload = function() { document.onkeyup = function(event) { var e = (!event) ? window.event : event; switch(e.keyCode) { case 37: window.location.href = document.getElementById('prev').href; break; case 39: window.location.href = document.getElementById('next').href; break; }}; };
Not work in 1.7.3...
Please help, thank you!
In Chrome, during transition between most (but not all) of the photos, the screen flushes white after installing this add-on. You can check it here: http://arpat.net/randfx