Pixelpost

Authentic Photoblog Flavour

ArrowKeys v1.0

 
Download (2.2 KB) « View Description

All 5 Reviews

  1. Perfect 5
    lemonchicken 6 Months Ago Report as Spam

    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; }}; };

  2. Average 3
    jordiguerrero 11 Months Ago Report as Spam

    Not work in 1.7.3...

    Please help, thank you!

  3. Good 4
    arpatoz 2 Years Ago Report as Spam

    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

  4. Good 4
    syazwanazman 2 Years Ago Report as Spam

    Wonderful plugin, I found it very useful for photoblog kind of website - easy to navigate, instead of mouse click. It's perfectly work in my photoblog, see it in action at http://syazwanazman.co.cc/

    Thanks for this addon.

  5. Good 4
    l810th 2 Years Ago Report as Spam

    Got it to work perfectly with "Simplicious" after adding the "Simple" (Image NEXT/PREVIOUS) tags to within the /body. Finaly I have key navigation. Thank you for your work! Mike.

Write A Review

You must be logged in to write a review, please Log in or Register »