Skip to content

az-pz/hunt-and-peck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hunt-n-peck

Simple vimium/vimperator style navigation for Windows applications based on the UI Automation framework. In essence, it works the same as screen readers or accessibility programs but with the goal of making any Windows program faster to use.

It works for any Windows program (excluding Modern UI apps :))

ScreenShot ScreenShot

To use

  1. Launch the executable.
  2. With any window focused, press Alt + ;
  3. An overlay window will be displayed, type any of the hint characters you see.

Alternatively, Hunt and Peck can be launched via the command-line or AutoHotKey by specifying /hint:

hap.exe /hint

Supported Elements

Only UI Automation elements with "Invoke" patterns are supported (and displayed).

TODO

Some things on the "roadmap":

  1. The ability to customize options, including the hotkey and hint characters.
  2. More UI Automation patterns, such as scroll or expand/collapse.
  3. "Debug" mode that displays all hints regardless of supported patterns.
  4. Improve performance, enumerating hints can be quite slow for "busy" windows.

About

Simple vimium/vimperator style navigation for Windows applications based on the UI Automation framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.1%
  • F# 2.4%
  • Batchfile 0.5%