[PR #1881] [CLOSED] [FEATURE] Add ability to perform keystrokes on only the active screen… #1832

Closed
opened 2026-05-05 08:02:50 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1881
Author: @Rajveer86
Created: 1/24/2023
Status: Closed

Base: masterHead: hotkey_on_active_screen_only


📝 Commits (2)

  • f38ab7d [FEATURE] Add ability to perform keystrokes on only the active screen, if thatactive screen exists in screens
  • 38a6bd9 [FEATURE] Implement disableGlobalHotkeyRegister option for keystroke conditions to allow apps on the primary client to respond to the keystroke without the OS blocking them

📊 Changes

17 files changed (+132 additions, -64 deletions)

View changed files

📝 src/lib/barrier/IKeyState.cpp (+4 -1)
📝 src/lib/barrier/IKeyState.h (+2 -1)
📝 src/lib/barrier/IPlatformScreen.h (+2 -2)
📝 src/lib/barrier/IPrimaryScreen.h (+2 -2)
📝 src/lib/barrier/PlatformScreen.h (+2 -2)
📝 src/lib/barrier/Screen.cpp (+4 -4)
📝 src/lib/barrier/Screen.h (+2 -2)
📝 src/lib/platform/MSWindowsScreen.cpp (+6 -9)
📝 src/lib/platform/MSWindowsScreen.h (+2 -2)
📝 src/lib/server/Config.cpp (+51 -7)
📝 src/lib/server/Config.h (+6 -0)
📝 src/lib/server/InputFilter.cpp (+9 -7)
📝 src/lib/server/InputFilter.h (+3 -2)
📝 src/lib/server/PrimaryClient.cpp (+6 -14)
📝 src/lib/server/PrimaryClient.h (+2 -2)
📝 src/lib/server/Server.cpp (+27 -5)
📝 src/lib/server/Server.h (+2 -2)

📄 Description

…, if that active screen exists in screens

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

🔄 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/1881 **Author:** [@Rajveer86](https://github.com/Rajveer86) **Created:** 1/24/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `hotkey_on_active_screen_only` --- ### 📝 Commits (2) - [`f38ab7d`](https://github.com/debauchee/barrier/commit/f38ab7d569630691af1668baec4934bacc4f33a5) [FEATURE] Add ability to perform keystrokes on only the active screen, if thatactive screen exists in `screens` - [`38a6bd9`](https://github.com/debauchee/barrier/commit/38a6bd9d589445dbfbcd798b6f965c476eb37d2b) [FEATURE] Implement `disableGlobalHotkeyRegister` option for keystroke conditions to allow apps on the primary client to respond to the keystroke without the OS blocking them ### 📊 Changes **17 files changed** (+132 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/IKeyState.cpp` (+4 -1) 📝 `src/lib/barrier/IKeyState.h` (+2 -1) 📝 `src/lib/barrier/IPlatformScreen.h` (+2 -2) 📝 `src/lib/barrier/IPrimaryScreen.h` (+2 -2) 📝 `src/lib/barrier/PlatformScreen.h` (+2 -2) 📝 `src/lib/barrier/Screen.cpp` (+4 -4) 📝 `src/lib/barrier/Screen.h` (+2 -2) 📝 `src/lib/platform/MSWindowsScreen.cpp` (+6 -9) 📝 `src/lib/platform/MSWindowsScreen.h` (+2 -2) 📝 `src/lib/server/Config.cpp` (+51 -7) 📝 `src/lib/server/Config.h` (+6 -0) 📝 `src/lib/server/InputFilter.cpp` (+9 -7) 📝 `src/lib/server/InputFilter.h` (+3 -2) 📝 `src/lib/server/PrimaryClient.cpp` (+6 -14) 📝 `src/lib/server/PrimaryClient.h` (+2 -2) 📝 `src/lib/server/Server.cpp` (+27 -5) 📝 `src/lib/server/Server.h` (+2 -2) </details> ### 📄 Description …, if that active screen exists in `screens` ## Contributor Checklist: * [ ] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:02:50 -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#1832
No description provided.