[PR #703] [MERGED] Added toggleScreen function, using hot key to loop through all screens. #1678

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/703
Author: @zexee
Created: 5/29/2020
Status: Merged
Merged: 6/8/2020
Merged by: @p12tic

Base: masterHead: master


📝 Commits (1)

  • b477efa Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/703 **Author:** [@zexee](https://github.com/zexee) **Created:** 5/29/2020 **Status:** ✅ Merged **Merged:** 6/8/2020 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b477efa`](https://github.com/debauchee/barrier/commit/b477efa7069d55750aa1bb5fad5afa8b31d0f94e) Added toggleScreen function, using hot key to loop through all screens. ### 📊 Changes **11 files changed** (+112 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Comparing to switchToScreen, it is more handy since the user only need to hit one hotkey. --- <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#1678
No description provided.