Last active
March 23, 2020 22:51
-
-
Save jcsteh/7665c073973e2e479ed116417b819e39 to your computer and use it in GitHub Desktop.
AutoHotkey script to control Zoom with global keyboard shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ZoomGlobalKeys.ahk: | |
; AutoHotkey script to control Zoom with global keyboard shortcuts | |
; Author: James Teh <[email protected]> | |
; 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