zsims / hunt-and-peck

Simple vimium/vimperator style navigation for Windows applications based on the UI Automation framework.
593 stars 54 forks source link

Add headless tray mode #29

Closed LexiconCode closed 3 years ago

LexiconCode commented 3 years ago

This adds headless mode /tray for tray. /hint executes the current focus window.

The motivation behind this PR. Normally this would be called through keyboard shortcuts however the default hunt-and-peck shortcuts can conflict with certain applications. Calling it through the command line eliminates this issue however it is a bit of a brute force solution.

zsims commented 3 years ago

Nice! Thanks for the PR, beats Windows + B :)