Skip to content

Commit 539e648

Browse files
committed
Merge branch 'main' into alvinashcraft/main-update-settings-uri-parameters
2 parents aedc6a2 + 55c3aea commit 539e648

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

hub/powertoys/index.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -294,17 +294,6 @@ The currently available utilities include:
294294
:::column-end:::
295295
:::row-end:::
296296

297-
### Video Conference Mute
298-
299-
:::row:::
300-
:::column:::
301-
[![Video Conference Mute screenshot](../images/pt-video-conference-mute.png)](video-conference-mute.md)
302-
:::column-end:::
303-
:::column span="2":::
304-
[Video Conference Mute](video-conference-mute.md) is a quick way to globally "mute" both your microphone and camera using <kbd>⊞ Win</kbd>+<kbd>Shift</kbd>+<kbd>Q</kbd> while on a conference call, regardless of the application that currently has focus.
305-
:::column-end:::
306-
:::row-end:::
307-
308297
### Workspaces
309298

310299
:::row:::
@@ -367,3 +356,18 @@ PowerToys is a rapid-incubation, open source team aimed at providing power users
367356

368357
- [New specs for possible PowerToys](https://github.com/microsoft/PowerToys/wiki/Specs)
369358
- [Backlog priority list](https://github.com/microsoft/PowerToys/wiki/Roadmap#backlog-priority-list-in-order)
359+
360+
## Deprecated PowerToy utilities
361+
362+
These utilities have been deprecated and removed from PowerToys:
363+
364+
### Video Conference Mute (Deprecated and removed on PowerToys 0.88)
365+
366+
:::row:::
367+
:::column:::
368+
[![Video Conference Mute screenshot](../images/pt-video-conference-mute.png)](video-conference-mute.md)
369+
:::column-end:::
370+
:::column span="2":::
371+
[Video Conference Mute](video-conference-mute.md) is a quick way to globally "mute" both your microphone and camera using <kbd>⊞ Win</kbd>+<kbd>Shift</kbd>+<kbd>Q</kbd> while on a conference call, regardless of the application that currently has focus.
372+
:::column-end:::
373+
:::row-end:::

hub/powertoys/run.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: PowerToys Run utility for Windows
33
description: Run is a quick launcher for power users that contains additional features without sacrificing performance.
4-
ms.date: 11/19/2024
4+
ms.date: 12/25/2024
55
ms.topic: concept-article
66
ms.localizationpriority: medium
77
no-loc: [PowerToys, Windows, File Explorer, PowerToys Run, Window Walker]
@@ -197,7 +197,8 @@ The Calculator plugin supports the following operations:
197197
| Power of x | pow( x, y ) | Calculate a number (x) raised to the power of some other number (y). |
198198
| Factorial | x! | |
199199
| Sign | sign( -x ) | A number that indicates the sign of value:<br />• `-1` if number is less than zero.<br />• `0` if number is zero.<br />• `1` if number is greater than zero. |
200-
| Random number | rand() | Returns a fractional number between 0 and 1. |
200+
| Random fractional number | rand() | Returns a fractional number between 0 and 1. |
201+
| Random integer number | randi( x ) | Returns an integer number between 0 and `x`. |
201202
| Pi | pi | Returns the number pi. |
202203
| Sine | sin( x ) | |
203204
| Cosine | cos( x ) | |

hub/powertoys/video-conference-mute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ms.localizationpriority: medium
77
no-loc: [PowerToys, Windows, File Explorer, Video Conference Mute, Shift]
88
---
99

10-
# Video Conference Mute
10+
# Video Conference Mute (Deprecated)
1111

1212
> [!NOTE]
13-
> VCM is moving into legacy mode. Please find more about what this means [in our dedicated issue](https://github.com/microsoft/PowerToys/issues/21473).
13+
> VCM has been deprecated and removed on PowerToys version 0.88.0. This page is being kept for users that are still using it on older versions of PowerToys.
1414
1515
Quickly mute your microphone (audio) and turn off your camera (video) with a single keystroke while on a conference call, regardless of what application has focus on your computer.
1616

0 commit comments

Comments
 (0)