[PR #699] [CLOSED] Add toggleScreen function, use hot key to loop in all screens #1677

Closed
opened 2026-05-05 07:59:15 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/699
Author: @zexee
Created: 5/27/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 018857c Added toggleScreen function, using hot key to loop in all screens.

📊 Changes

12 files changed (+160 additions, -58 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 src/gui/src/Action.cpp (+17 -5)
📝 src/gui/src/Action.h (+3 -3)
📝 src/gui/src/ActionDialog.cpp (+3 -3)
📝 src/gui/src/ActionDialogBase.ui (+11 -0)
📝 src/lib/base/EventTypes.cpp (+3 -2)
📝 src/lib/base/EventTypes.h (+28 -19)
📝 src/lib/server/Config.cpp (+7 -3)
📝 src/lib/server/InputFilter.cpp (+34 -8)
📝 src/lib/server/InputFilter.h (+23 -8)
📝 src/lib/server/Server.cpp (+20 -0)
📝 src/lib/server/Server.h (+8 -7)

📄 Description

it, can be very useful if only having two computers


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/699 **Author:** [@zexee](https://github.com/zexee) **Created:** 5/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`018857c`](https://github.com/debauchee/barrier/commit/018857c19075c7839d7daedfb1763a27e2e0fc94) Added toggleScreen function, using hot key to loop in all screens. ### 📊 Changes **12 files changed** (+160 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `src/gui/src/Action.cpp` (+17 -5) 📝 `src/gui/src/Action.h` (+3 -3) 📝 `src/gui/src/ActionDialog.cpp` (+3 -3) 📝 `src/gui/src/ActionDialogBase.ui` (+11 -0) 📝 `src/lib/base/EventTypes.cpp` (+3 -2) 📝 `src/lib/base/EventTypes.h` (+28 -19) 📝 `src/lib/server/Config.cpp` (+7 -3) 📝 `src/lib/server/InputFilter.cpp` (+34 -8) 📝 `src/lib/server/InputFilter.h` (+23 -8) 📝 `src/lib/server/Server.cpp` (+20 -0) 📝 `src/lib/server/Server.h` (+8 -7) </details> ### 📄 Description it, can be very useful if only having two computers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:59:15 -06:00
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: github-starred/barrier#1677
No description provided.