W
W
w1ld2013-12-28 13:57:02
vim
w1ld, 2013-12-28 13:57:02

PDF reader with navigation like in VIM under Windows with plugin for Chrome?

I'm already used to the VIMa layout and would like to read PDF as well.
Tried naihe2010.github.io/apvlv/. Apparently it died a long time ago.
Maybe there is a possibility to reassign the keys for some reader? Foxit Reader didn't find how.
What do you advise? Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
w1ld, 2013-12-28
@w1ld

Using the answer to superuser.com/questions/40909/vim-like-navigation-...
The following script for AutoHotkey does the trick (also for MS HTML Help, *.chm):

#If WinActive("ahk_exe Foxit Reader.exe") OR WinActive("ahk_exe hh.exe")
h::Send {Left}
j::Send {Down}
k::Send {Up}
l::Send {Right}
^d::Send {PgDn}
^u::Send {PgUp}
Return

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question