Skip to content

Instantly share code, notes, and snippets.

View KYDronePilot's full-sized avatar

Michael Galliers KYDronePilot

  • Kentucky, United States
View GitHub Profile
@KYDronePilot
KYDronePilot / HotCorner.ahk
Last active May 2, 2023 08:03 — forked from dvtate/HotCorner.ahk
Hot Corners for Windows 10 using AutoHotKey
; ## What is it?
;
; An AutoHotKey script that replicates the "Hot Corners" feature of macOS on
; Windows
;
; ## How to use it?
;
; Modify the code in each `if` block (before the sleep command, which prevents
; duplicate triggers) for each corner below so it performs the desired action.