Skip to content

Commit cc324b2

Browse files
Merge pull request #4569 from jaimecbernardo/powertoys-add-crop-and-lock
[PowerToys]Add docs for Crop And Lock
2 parents b81df13 + e16859b commit cc324b2

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed
1.14 MB
Loading
32.2 KB
Loading

hub/powertoys/crop-and-lock.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: PowerToys Crop And Lock for Windows
3+
description: Crop And Lock to crop a current application into a smaller window or just create a thumbnail.
4+
ms.date: 09/08/2023
5+
ms.topic: article
6+
ms.localizationpriority: medium
7+
no-loc: [PowerToys, Windows, Crop And Lock, Win]
8+
---
9+
10+
# Crop And Lock
11+
12+
PowerToys **Crop And Lock** allows you to crop a current application into a smaller window or just create a thumbnail. Focus the target window and press the shortcut to start cropping.</value>
13+
14+
![Crop And Lock screenshot.](../images/powertoys-crop-and-lock.gif)
15+
16+
## Getting started
17+
18+
### How to use
19+
20+
To start using Crop And Lock, enable it in the PowerToys Settings (**Crop And Lock** tab).
21+
22+
Once enabled, you can focus a Window and press the "Thumbnail" shortcut (default: <kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd>) or the "Reparent" shorcut (default: <kbd>⊞ Win</kbd>+<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd>) to select an area of the window to crop.
23+
24+
After you've selected the area of the window, a new window will appear and behave according to the selected crop mode.
25+
26+
## Crop modes
27+
28+
### Thumbnail
29+
30+
Creates a window that shows the selected area of the original window. Any changes to the original window's selected area will be reflected on the thumbnail, but the original application can't be controlled through the thumbnail. This mode has the most compatibility with other applications.
31+
32+
### Reparent
33+
34+
Creates a window that replaces the original window, showing only the selected area. The application will now be controlled through the cropped window. Closing the cropped window will restore the original window. Not every window will react well to being contained on another application so this mode has many compatibility issues. It's advisable to use the "Thumbnail" mode instead if you find that a windows isn't reacting well to being cropped with the "Reparent" mode.
35+
36+
## Known issues
37+
38+
- Cropping maximized or full-screen windows in "Reparent" mode might not work. It's recommended to resize the window to fill the screen corners instead.
39+
- Some UWP apps won't react well to being cropped in "Reparent" mode. The Windows Calculator is a notable example of this.
40+
- Applications that use sub-windows or tabs can also react poorly to being cropped in "Reparent" mode. Notepad and OneNote are notable examples of applications that react poorly.

hub/powertoys/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ The currently available utilities include:
5858
:::column-end:::
5959
:::row-end:::
6060

61+
### Crop And Lock
62+
63+
:::row:::
64+
:::column:::
65+
[![Crop And Lock screenshot.](../images/powertoys-crop-and-lock.png)](crop-and-lock.md)
66+
:::column-end:::
67+
:::column span="2":::
68+
[Crop And Lock](crop-and-lock.md) is a utility that creates a new window that's a crop or a thumbnail of another window.
69+
:::column-end:::
70+
:::row-end:::
71+
6172
### FancyZones
6273

6374
:::row:::

0 commit comments

Comments
 (0)