Files
PowerToys/src/modules/windowwalker
Clint Rutkas e896e1b3dd fixing a bunch of warnings from Window Walker (#2014)
* first set of warning fixes

* Since this is a Interop item, it should have a _

* Update Window.cs

* Update InteropAndHelpers.cs

looks like there was a space a the top

* Update Window.cs
2020-04-10 06:41:19 -07:00
..
2020-03-27 11:42:52 -07:00

Window Walker

Window walker is an app that lets you search and switch between windows that you have open, all from the comfort of your keyboard. As you are searching for an app, you can use the keyboard up and down arrows to see an Alt-Tab style preview of the windows.

To use

Hit WinKey + Ctrl and start typing :)

Based on

This code is from https://github.com/betsegaw/windowwalker