which-key.nvim icon indicating copy to clipboard operation
which-key.nvim copied to clipboard

Application focus is lost when opening register keymap

Open har7an opened this issue 3 years ago • 0 comments

Hello,

first thanks for writing this wonderful plugin! Personally I rarely work with vim registers, but I noticed that when I press ", the applications briefly looses focus. I notice because I do most of my work in a drop-down terminal that I have configured to close when it looses application focus. Hence, whenever I hit ", my terminal disappears.

I have previously seen this behavior with wl-copy, which uses a "focus stealing hack" (as per the devs) to achieve the copy to clipboard. I wonder whether this plugin maybe does something similar? Does it maybe call applications in the background or something else?

I'll happily provide more information or logs if required (and someone guides me to how to obtain them)!

har7an avatar Jul 22 '22 11:07 har7an