iseahound / ImagePut

A core library for images in AutoHotkey. Supports AutoHotkey v1 and v2.
https://www.autohotkey.com/boards/viewtopic.php?f=83&t=76633
MIT License
124 stars 26 forks source link

Add support for Windows 11 Explorer Tabs #46

Closed TheCrether closed 6 months ago

TheCrether commented 6 months ago

Hi!

I came across your repo yesterday since I was searching pasting clpiboard images into the explorer. Great work!

On Windows 10 it works great but when I tried it on a Windows 11 PC with an Explorer with multiple tabs, the wrong "tab" was selected.

Here is a fix where the "active" Tab of the most recent explorer gets chosen (works for Windows 10 too since the explorer is built similarly 😂)

TheCrether commented 6 months ago

Closing this pull request because something went wrong when I merged it locally, I'll try again. Sorry for the spam

iseahound commented 6 months ago

Can you do a quick git pull onto your repository? I have some more recent changes that this pull request seems to revert. Otherwise I think the changes you've made are great.