[Win] Map Functions Keys to Programs
https://github.com/AutoHotkey/AutoHotkey/releases
#SingleInstance Force ; Ensures only one instance of the script is running
; Map F1 to toggle VS Code instances
; F1 alone: Toggle between VS Code windows
;F1:: {
; if WinActive("ahk_exe Code.exe...
abdallahalsamman.hashnode.dev1 min read