Skip to content

Instantly share code, notes, and snippets.

@pongo
Created March 27, 2025 16:44
Show Gist options
  • Save pongo/02182e1a5acdbb4297947dc0a4f3a1ba to your computer and use it in GitHub Desktop.
Save pongo/02182e1a5acdbb4297947dc0a4f3a1ba to your computer and use it in GitHub Desktop.
#SingleInstance, force
#NoEnv
#KeyHistory 0
SendMode Input
; Menu, Tray, Icon, C:\Program Files\Mozilla Firefox\firefox.exe
GroupAdd, WorkIn , ahk_exe firefox.exe
GroupAdd, WorkIn , ahk_exe chrome.exe
GroupAdd, WorkIn , ahk_exe msedge.exe
GroupAdd, WorkIn , ahk_exe browser.exe
GroupAdd, WorkIn , ahk_exe Q-Dir.exe
GroupAdd, WorkIn , ahk_exe Obsidian.exe
GroupAdd, WorkIn , ahk_exe AkelPad.exe
#IfWinActive ahk_group WorkIn
F1::Send ^+{Tab}
F4::Send ^{Tab}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment