AHK Boss Key banner

AHK Boss Key

1 devlog
1h 9m 43s

Quick-hide specific applications with a single hotkey. Perfect for hiding GAMING/SOCIAL MEDIA windows instantly.

Demo Repository

Loading README...

1nf1n0t1v3r

Shipped this project!

Hours: 1.16
Cookies: 🍪 15
Multiplier: 13.01 cookies/hr

Made an alpha implementation using v1 of AHK. I can add a lot of features but right this minimal setup works too. Configure using config.ini file

1nf1n0t1v3r

AHK Boss Key

Made a quick tool to hide apps instantly with a hotkey—perfect for games, social media, or any distracting windows.


How It Works

  1. Edit config.ini with your apps and hotkey.
  2. Run boss-key.exe (or boss-key.ahk with AutoHotkey).
  3. Press the hotkey to toggle visibility.

Config (config.ini)

Hotkey

[hotkey]
bosskey = ^!b
  • ^ = Ctrl, ! = Alt, + = Shift, # = Win
  • Examples: ^!b, #h, F12
  • Full docs: AutoHotkey Hotkeys

Behavior

[behavior]
minimize_on_hide = 1
restore_on_show  = 0
activate_on_show = 0
  • minimize_on_hide = 1: Minimizes before hiding
  • restore_on_show = 1: Restores minimized apps
  • activate_on_show = 1: Brings apps to foreground

Set all to 0 for smooth, flash-free toggle.

Target Apps

[targets]
1 = Code.exe
2 = chrome.exe
3 = spotify.exe

List the executables you want to control.


Attachment
0