Arrows Navigation


Navigation is sometimes easier if you use the keyboard and you know the shortcut. However, this hack is for left, right, up and down but that is enough. Imagine how much easier when you manually scrolling mouse and keyboard is still free to use it. 

I'll try to give you the best but do not be disappointed if you do not like, not every widget the same. 

If it bothers you, you can easily remove HTML box, just click "remove" and that's all







Live Demo


Add directly.
Add gadget like this:

<script type='text/javascript'>
document.onkeyup = function(event)
{
if (document.activeElement.nodeName == 'TEXTAREA' || document.activeElement.nodeName == 'INPUT') return;
event = event || window.event;
switch(event.keyCode)
{
case 37:
var newerLink = document.getElementById('Blog1_blog-pager-newer-link');
if(newerLink !=null) window.location.href = newerLink.href;
break;
case 39:
var olderLink = document.getElementById('Blog1_blog-pager-older-link');
if(olderLink!=null) window.location.href = olderLink.href;
}
};
</script>
Click "Save" and that's all. If you want to remove widget from site / blog, simply click "Remove Widget" in which you've put the code. That's all. Simply and  harmless. 
If you like it, share it. Thanks for reading and happy blogging.




Mix-R
Mix-R

"Myths, legends and stories are the signposts previous generations have left us so we don’t have to figure out our own personal journey in solitude!"

Disqus CommentsLoadHide