Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gregorylearns/ca33e52f263d6cae808e1116342ff488 to your computer and use it in GitHub Desktop.
Save gregorylearns/ca33e52f263d6cae808e1116342ff488 to your computer and use it in GitHub Desktop.
A small autohotkey script that allows CTRL + Mousewheel zoom in google docs
SetTitleMatchMode, 2
#IfWinActive Google Docs ahk_class MozillaWindowClass ; Only tested in firefox, please customize if using other browser
Control & WheelUp::Send, ^!=
Control & WheelDown::Send, ^!-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment