man xpdf says the following:

Previous versions of xpdf included a "viKeys" X resource. It is no longer available, but the following bindings are equivalent:

bind h any scrollLeft(16) bind l any scrollRight(16) bind k any scrollUp(16) bind j any scrollDown(16)

But I am unable to use those keys for navigation. Do they work? Any special configuration required from my side?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Well, I figured that out. Go edit /etc/xpdf/xpdfrc and add the following

bind h any scrollLeft(16)
bind l any scrollRight(16)
bind k any scrollUp(16)
bind j any scrollDown(16)

Now, I have the desired behavior.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.