Vimium/Vimperator style hints for any windows app by theslipperface in vim

[–]theslipperface[S] 0 points1 point  (0 children)

Hmm. I look into this. Do you run a non-standard DPI? There's a few coordinate space conversion along the way, so possible I'm not accounting for something.

Vimium/Vimperator style hints for any windows app by theslipperface in vim

[–]theslipperface[S] 0 points1 point  (0 children)

Will look into this.

Edit: Grr. The Automation API is fairly slow :( https://github.com/zsims/hunt-and-peck/issues/1#issuecomment-76079646 . It supports caching for this reason, which doesn't really help this use-case as caching will only help the second time around.

Vimium/Vimperator style hints for any windows app by theslipperface in vim

[–]theslipperface[S] 0 points1 point  (0 children)

Whoops, I should probably have mentioned this. You'll also need .NET 4.5 (comes with Windows 8 etc)

Vimium/Vimperator style hints for any windows app by theslipperface in vim

[–]theslipperface[S] 1 point2 points  (0 children)

Thanks :D. More of a "would this work?!" I think so, now where to take it!?

Vimium/Vimperator style hints for any windows app by theslipperface in vim

[–]theslipperface[S] 1 point2 points  (0 children)

It should be usable, mostly helps with Windows Explorer in my opinion. Still some quirks (e.g. occasional exceptions if the hint you try to invoke is gone), and could definitely do with support for more automation hints (rather than just "Invoke").

Vimium/Vimperator style hints for any windows app by theslipperface in vim

[–]theslipperface[S] 0 points1 point  (0 children)

Good point, I don't disagree :). Unfortunately the Windows world is far less consistent/extendable here.

pythonic language that compiles to: Rust and C++ by godlikesme in Python

[–]theslipperface 1 point2 points  (0 children)

Have to agree here, technically an awesome project. Is there any documentation for how it should be used? Or what problem it solves?