Seer - A powerful Windows quick look tool

What other productivity software are you working with...
MBaas
Posts: 582
Joined: 15 Feb 2016 21:08

Re: Seer - A powerful Windows quick look tool

Post by MBaas »

Humm...here we go again..;)

I can't remember why I did not continue with Seer last yr, but I'm ready to give it another shot.

My config is set to skip single spaces, yet <SPACE> does not trigger seer. (Workf fine in general fileboxes)

@highend does it work for you of the box? (And what's the idea of experimenting with AHK - what could it help?)
______________________________________________
Happy user ;-)

highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Seer - A powerful Windows quick look tool

Post by highend »

For me it works even in a fresh XY instance (space to show, space to hide the Seer window).

I have a small ahk tool running (with all tweaks to everything that I need), the only part of it that has something to do with Seer is: Hide it's window with {escape}

Code: Select all

; Close Seer window without having focus
#IfWinExist, ahk_class SeerWindowClass
Escape::
    WinHide, ahk_class SeerWindowClass
return
#IfWinExist
One of my scripts helped you out? Please donate via Paypal

MBaas
Posts: 582
Joined: 15 Feb 2016 21:08

Re: Seer - A powerful Windows quick look tool

Post by MBaas »

weird - now it works fine. Seems to be only some context / interaction where it doesn't.

Thanks for sharing that ahk idea :tup:
______________________________________________
Happy user ;-)

Post Reply