krizzikuse / MTe

An overlay application for Path of Exile(Tracking, Trading, Chat, Price Comparison Offer vs Listing etc)
MIT License
3 stars 0 forks source link

"Stay on top" feature #1

Open Firedrops opened 5 years ago

Firedrops commented 5 years ago

Hi! I'm glad to see someone take over and enhance MT since exslims seems to be busy with other stuff these days.

He talked about implementing a "stay on top" feature for MT so that we can still see and interact with notifications when POE is tabbed out in 2017, but it never really came.

Do you think you could have a look into this?

krizzikuse commented 5 years ago

I'd also like that feature for developing + testing puropses.

I'll definetely look into it ;)

dovry commented 4 years ago

In the meantime, ahk can solve this with

;Alt+T = Toggle AlwaysOnTop state of the active window
!t::WinSet, AlwaysOnTop, Toggle, A

See here for hotkeys if Alt+T doesn't fit your needs.