Skip to content

Instantly share code, notes, and snippets.

View imspzero's full-sized avatar

lzd imspzero

  • Canberra, Australia
View GitHub Profile
@imspzero
imspzero / sumatrapdf_ext.ahk
Last active August 19, 2023 01:08
A simple AutoHotKey script to implement the half-page-scrolling in SumatraPDF. Maybe as a rescue : )
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; --------Sumatra PDF hotkeys------------
; Add a half-page-scroll-up-like functionality
; Configure here
scrollAmount = 8