Created
March 27, 2025 16:44
-
-
Save pongo/02182e1a5acdbb4297947dc0a4f3a1ba to your computer and use it in GitHub Desktop.
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
#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