mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #703] [MERGED] Added toggleScreen function, using hot key to loop through all screens. #1678
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#1678
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?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/703
Author: @zexee
Created: 5/29/2020
Status: ✅ Merged
Merged: 6/8/2020
Merged by: @p12tic
Base:
master← Head:master📝 Commits (1)
b477efaAdded toggleScreen function, using hot key to loop through all screens.📊 Changes
11 files changed (+112 additions, -5 deletions)
View changed files
📝
src/gui/src/Action.cpp(+20 -3)📝
src/gui/src/Action.h(+3 -1)📝
src/gui/src/ActionDialog.cpp(+1 -1)📝
src/gui/src/ActionDialogBase.ui(+11 -0)📝
src/lib/base/EventTypes.cpp(+1 -0)📝
src/lib/base/EventTypes.h(+9 -0)📝
src/lib/server/Config.cpp(+4 -0)📝
src/lib/server/InputFilter.cpp(+26 -0)📝
src/lib/server/InputFilter.h(+14 -0)📝
src/lib/server/Server.cpp(+22 -0)📝
src/lib/server/Server.h(+1 -0)📄 Description
Comparing to switchToScreen, it is more handy since the user only need to hit one hotkey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.