Skip to content

Instantly share code, notes, and snippets.

@jcsteh
Last active March 23, 2020 22:51
Show Gist options
  • Save jcsteh/7665c073973e2e479ed116417b819e39 to your computer and use it in GitHub Desktop.
Save jcsteh/7665c073973e2e479ed116417b819e39 to your computer and use it in GitHub Desktop.
AutoHotkey script to control Zoom with global keyboard shortcuts
; ZoomGlobalKeys.ahk:
; AutoHotkey script to control Zoom with global keyboard shortcuts
; Author: James Teh <jamie@jantrid.net>
; Copyright 2017-2019 James Teh
; License: GNU General Public License version 2.0
#!m::
{
ControlSend, , !a, ahk_class ZPContentViewWndClass
Return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment