Sibirtsev / ireader-extension

Automatically exported from code.google.com/p/ireader-extension
0 stars 0 forks source link

Enable basic "vi"-style movement keys ("j", "k", etc.) #354

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful for users of "vi"-like editors and programs to have some of 
the navigation keys enabled in iReader as well.

For example, I use the "Vimium" extension to be able to navigate with "j", "k" 
and other keys on a web page.  However, when I open iReader on an article, 
these keys do not work for scrolling the article.  This is a minor nuisance.

Since it would probably not be hard to implement this, I'm asking for the 
following additions to the navigation keys:

j  - scroll down
k  - scroll up
G  - move to bottom
gg - move to top

"j"/"k" would be more important, of course.

Thank you for this excellent add-on!

Original issue reported on code.google.com by f.luit...@gmail.com on 26 Jun 2013 at 12:32