Skip to content

Fast Window switcher for Windows using a Fuzzy matching algorithm.

Notifications You must be signed in to change notification settings

Run1e/WindowSwitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fast Window switcher for Windows using a Fuzzy matching algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published