Ooker
What is your AutoHotKey script for it? How do you use Sumatra in your workflow? Let’s have a discussion.
Here is my AutoHotKey script:
#IfWinActive, ahk_class SUMATRA_PDF_FRAME
Media_Play_Pause::
b::Send {f12}
w::
1::Send ^2
x::Send ^w
a::Send {NumpadMult}
f::Send {f11}
Browser_Home::
u::Send +{Space}
d::Send {Space}
h::Send {left}
l::Send {right}
return
Its aim is to have a Vim-like environment, like how VimFx does with Firefox. Media_Play_Pause
and Browser_Home
are buttons on my air mouse.