[GH-ISSUE #64] Launcher doesn't work when clicking + after tabs #1010

Closed
opened 2026-02-28 12:00:46 +03:00 by kerem · 2 comments
Owner

Originally created by @majkinetor on GitHub (Jan 18, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/64

Originally assigned to: @VShawn on GitHub.

Probably due to recent changes, it shows, and is automatically closed.

prm

Originally created by @majkinetor on GitHub (Jan 18, 2021). Original GitHub issue: https://github.com/1Remote/1Remote/issues/64 Originally assigned to: @VShawn on GitHub. Probably due to recent changes, it shows, and is automatically closed. ![prm](https://user-images.githubusercontent.com/85767/104968000-0b7c2400-59e5-11eb-8df5-af0bf4d6eb33.gif)
kerem 2026-02-28 12:00:46 +03:00
Author
Owner

@VShawn commented on GitHub (Jan 19, 2021):

https://github.com/VShawn/PRemoteM/issues/59#issuecomment-760766929

bring this bug. When Tab got click it will foucs kitty which makes launcher lost focus and disappear.

But if you clike and press mouse left button for a while then release, launcher will works fine.

Let me think of how to deal with these.

github.com/VShawn/PRemoteM@06bbc864c6/PRemoteM/View/TabWindow/TabWindowBase.cs (L75-L86)

<!-- gh-comment-id:762541551 --> @VShawn commented on GitHub (Jan 19, 2021): https://github.com/VShawn/PRemoteM/issues/59#issuecomment-760766929 bring this bug. When Tab got click it will foucs kitty which makes launcher lost focus and disappear. But if you clike and press mouse left button for a while then release, launcher will works fine. Let me think of how to deal with these. https://github.com/VShawn/PRemoteM/blob/06bbc864c6b697cba3d8c2d903d01531183925f3/PRemoteM/View/TabWindow/TabWindowBase.cs#L75-L86
Author
Owner

@majkinetor commented on GitHub (Jan 19, 2021):

You can generally make it work by focusing launcher in a separate thread. This was typical solution for said problem in AutoHotKey for example which deals a lot with focus stealing where you added a short timer (such as 100ms) to focus a window.

<!-- gh-comment-id:762671301 --> @majkinetor commented on GitHub (Jan 19, 2021): You can generally make it work by focusing launcher in a separate thread. This was typical solution for said problem in AutoHotKey for example which deals a lot with focus stealing where you added a short timer (such as 100ms) to focus a window.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1010
No description provided.