SkillAgentSearch skills...

WindowSwitcher

Fast Window switcher for Windows using a Fuzzy matching algorithm.

Install / Use

/learn @Run1e/WindowSwitcher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WindowSwitcher

Binds (by default) to CTRL+ALT+I and allows you to enter data to open a specific window on your desktop.

Example of WindowSwitcher popup window

How to use

To use this:

  • Download and install AutoHotkey
  • Clone or download this repository
  • Run (doubleclick) WindowSwitcher.ahk in the root
  • Press CTRL+ALT+I to test

How to override shortcut key

To override the shortcut key edit WindowSwitcher.ahk and look for setting Key := "^!I" and replace it with the Autohotkey expression of your liking. Read more about that here: https://www.autohotkey.com/docs/Hotkeys.htm

For example, to use the capslock key:

Key := "Capslock"

NOTE: This will disable the capslock key which is likely not a bad thing anyway.

Related Skills

View on GitHub
GitHub Stars47
CategoryDevelopment
Updated1mo ago
Forks11

Languages

AutoHotkey

Security Score

75/100

Audited on Feb 24, 2026

No findings