From 5767c6d6e022e9c37c99b9447f8088ce519350b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tib=C3=A8re=20Borel?= Date: Mon, 2 Jun 2025 13:46:54 +0200 Subject: [PATCH 1/3] Update docs for PowerToys.MouseWithoutBorders PR --- hub/powertoys/mouse-without-borders.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hub/powertoys/mouse-without-borders.md b/hub/powertoys/mouse-without-borders.md index 72f0415cea..9df590a676 100644 --- a/hub/powertoys/mouse-without-borders.md +++ b/hub/powertoys/mouse-without-borders.md @@ -74,6 +74,8 @@ To enable the service mode, run PowerToys in administrator mode and turn on the | Block mouse at screen corners | Avoid accidentally switching machines when the mouse pointer is at screen corners. | | Show clipboard and network status messages | Show clipboard activities and network status in system tray notifications. | | Easy Mouse | Use the mouse pointer to switch between machines at screen edges. Can also be configured to need to select **Shift** or **Control** to switch between machines. | +| Disable easy mouse when an application is in fullscreen | Block easy mouse from switching machine when an application is running in fullscreen mode on the host machine. | +| Ignored fullscreen applications | List of ignored executable that will let easy mouse switch machine even if they are running in fullscreen mode. | | Shortcut to toggle Easy Mouse | Set a Ctrl+Alt+\ shortcut to toggle Easy Mouse. | | Shortcut to lock all machines | Set a Ctrl+Alt+\ shortcut to press twice to lock all machines. Only works in the machines that have the same setting. | | Shortcut to try reconnecting | Set a Ctrl+Alt+\ shortcut to try reconnecting. | From 385eff5ba4c17c24e99fcd5db05bba7fda17e68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tib=C3=A8re=20B=2E?= Date: Mon, 2 Jun 2025 15:40:03 +0200 Subject: [PATCH 2/3] Update hub/powertoys/mouse-without-borders.md Accepted suggestion for Ignored fullscreen applications setting. Co-authored-by: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> --- hub/powertoys/mouse-without-borders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/powertoys/mouse-without-borders.md b/hub/powertoys/mouse-without-borders.md index 9df590a676..a5d1d083ee 100644 --- a/hub/powertoys/mouse-without-borders.md +++ b/hub/powertoys/mouse-without-borders.md @@ -75,7 +75,7 @@ To enable the service mode, run PowerToys in administrator mode and turn on the | Show clipboard and network status messages | Show clipboard activities and network status in system tray notifications. | | Easy Mouse | Use the mouse pointer to switch between machines at screen edges. Can also be configured to need to select **Shift** or **Control** to switch between machines. | | Disable easy mouse when an application is in fullscreen | Block easy mouse from switching machine when an application is running in fullscreen mode on the host machine. | -| Ignored fullscreen applications | List of ignored executable that will let easy mouse switch machine even if they are running in fullscreen mode. | +| Ignored fullscreen applications | A list of ignored executables that will allow easy mouse to switch machines even if they are running in fullscreen mode. | | Shortcut to toggle Easy Mouse | Set a Ctrl+Alt+\ shortcut to toggle Easy Mouse. | | Shortcut to lock all machines | Set a Ctrl+Alt+\ shortcut to press twice to lock all machines. Only works in the machines that have the same setting. | | Shortcut to try reconnecting | Set a Ctrl+Alt+\ shortcut to try reconnecting. | From bcde518d08c6ca67880b0391d67bc91438e2b103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tib=C3=A8re=20B=2E?= Date: Mon, 2 Jun 2025 15:40:31 +0200 Subject: [PATCH 3/3] Update hub/powertoys/mouse-without-borders.md Accepted suggestion for disable easy mouse when an application is in fullscreen Co-authored-by: Alvin Ashcraft <73072+alvinashcraft@users.noreply.github.com> --- hub/powertoys/mouse-without-borders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/powertoys/mouse-without-borders.md b/hub/powertoys/mouse-without-borders.md index a5d1d083ee..5c1f0d2b79 100644 --- a/hub/powertoys/mouse-without-borders.md +++ b/hub/powertoys/mouse-without-borders.md @@ -74,7 +74,7 @@ To enable the service mode, run PowerToys in administrator mode and turn on the | Block mouse at screen corners | Avoid accidentally switching machines when the mouse pointer is at screen corners. | | Show clipboard and network status messages | Show clipboard activities and network status in system tray notifications. | | Easy Mouse | Use the mouse pointer to switch between machines at screen edges. Can also be configured to need to select **Shift** or **Control** to switch between machines. | -| Disable easy mouse when an application is in fullscreen | Block easy mouse from switching machine when an application is running in fullscreen mode on the host machine. | +| Disable easy mouse when an application is in fullscreen | Prevents easy mouse from switching machines when an application is running in fullscreen mode on the host machine. | | Ignored fullscreen applications | A list of ignored executables that will allow easy mouse to switch machines even if they are running in fullscreen mode. | | Shortcut to toggle Easy Mouse | Set a Ctrl+Alt+\ shortcut to toggle Easy Mouse. | | Shortcut to lock all machines | Set a Ctrl+Alt+\ shortcut to press twice to lock all machines. Only works in the machines that have the same setting. |