mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1134] Application window loses focus when mouse leaves screen. #911
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#911
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ichisadashioko on GitHub (Apr 18, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1134
Describe the bug
Application window loses focus when mouse leaves its screen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be a setting for turning on/off this behavior. As some application will not work if it loses focus (it will be paused).
Desktop (please complete the following information):
@ichisadashioko commented on GitHub (Apr 18, 2021):
I am intending to remove this focusing/un-focusing window behavior for personal use. After running
sccto get an overview of the codebase, it estimated that the current codebase took around 27 months to "write".barrieruseSetFocus()to set window's focus on Windows as I cannot find anySetFocusstring in the current codebase?