|
|
|
|
@@ -30,7 +30,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
- [C++ events](https://github.com/search?q=repo%3Amicrosoft%2FPowerToys+ProjectTelemetryPrivacyDataTag&type=code)
|
|
|
|
|
|
|
|
|
|
### General
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -43,6 +47,18 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.GeneralSettingsChanged</td>
|
|
|
|
|
<td>Logs changes made to general settings within PowerToys.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Install_Fail</td>
|
|
|
|
|
<td>Triggered when the PowerToys installation process encounters an error and fails to complete.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Repair_Cancel</td>
|
|
|
|
|
<td>Triggered when a PowerToys repair operation is cancelled by the user before completion.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Repair_Fail</td>
|
|
|
|
|
<td>Triggered when the PowerToys repair operation fails to complete successfully due to an error.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Runner_Launch</td>
|
|
|
|
|
<td>Indicates when the PowerToys Runner is launched.</td>
|
|
|
|
|
@@ -59,6 +75,18 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.ScoobeStartedEvent</td>
|
|
|
|
|
<td>Triggered when SCOOBE (Secondary Out-of-box experience) starts.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.ShortcutConflictControlClickedEvent</td>
|
|
|
|
|
<td>Triggered when a user clicks on the Shortcut Conflict Control button in the PowerToys Settings UI Dashboard.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.ShortcutConflictDetectedEvent</td>
|
|
|
|
|
<td>Triggered when keyboard shortcut conflicts are detected in the PowerToys Settings UI Dashboard.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.ShortcutConflictResolvedEvent</td>
|
|
|
|
|
<td>Triggered when a keyboard shortcut conflict is resolved in the PowerToys Settings UI.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.TrayFlyoutActivatedEvent</td>
|
|
|
|
|
<td>Indicates when the tray flyout menu is activated.</td>
|
|
|
|
|
@@ -67,6 +95,14 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.TrayFlyoutModuleRunEvent</td>
|
|
|
|
|
<td>Logs when a utility from the tray flyout menu is run.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.UnInstall_Cancel</td>
|
|
|
|
|
<td>Triggered when the PowerToys uninstallation process is cancelled by the user before completion.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.UnInstall_Fail</td>
|
|
|
|
|
<td>Triggered when the PowerToys uninstallation process fails to complete successfully due to an error. </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Uninstall_Success</td>
|
|
|
|
|
<td>Logs when PowerToys is successfully uninstalled (who would do such a thing!).</td>
|
|
|
|
|
@@ -74,11 +110,19 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### OOBE (Out-of-box experience)
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.OobeModuleRunEvent</td>
|
|
|
|
|
<td>Triggered when a user clicks to run or launch a PowerToys module directly from the OOBE (out-of-box experience) interface.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.OobeSectionEvent</td>
|
|
|
|
|
<td>Occurs when OOBE is shown to the user.</td>
|
|
|
|
|
@@ -91,10 +135,18 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.OobeStartedEvent</td>
|
|
|
|
|
<td>Indicates when the out-of-box experience has been initiated.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.OobeVariantAssignmentEvent</td>
|
|
|
|
|
<td>This event logs A/B testing assignments for experimental features, helping track which users are in control or alternate groups for feature experiments. </td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Advanced Paste
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -162,7 +214,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Always on Top
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -182,7 +238,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Awake
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -210,7 +270,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Color Picker
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -227,18 +291,14 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.ColorPicker_Settings</td>
|
|
|
|
|
<td>Triggered when the settings for the Color Picker are accessed or modified.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.ColorPickerCancelledEvent</td>
|
|
|
|
|
<td>Occurs when a color picking action is cancelled by the user.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.ColorPickerShowEvent</td>
|
|
|
|
|
<td>Triggered when the Color Picker UI is displayed on the screen.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Command Not Found
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -251,10 +311,6 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.CmdNotFoundInstallEvent</td>
|
|
|
|
|
<td>Triggered when a Command Not Found is installed.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CmdNotFoundInstanceCreatedEvent</td>
|
|
|
|
|
<td>Occurs when an instance of a Command Not Found is created.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CmdNotFoundUninstallEvent</td>
|
|
|
|
|
<td>Triggered when Command Not Found is uninstalled after being previously installed.</td>
|
|
|
|
|
@@ -263,7 +319,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
|
|
|
|
|
### Command Palette
|
|
|
|
|
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -327,7 +387,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Crop And Lock
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -336,10 +400,26 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_ActivateReparent</td>
|
|
|
|
|
<td>Triggered when the cropping interface is activated for reparenting the cropped content.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_ActivateScreenshot</td>
|
|
|
|
|
<td>Triggered when the screenshot mode is activated in Crop and Lock.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_ActivateThumbnail</td>
|
|
|
|
|
<td>Occurs when the thumbnail view for cropped content is activated.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_CreateReparentWindow</td>
|
|
|
|
|
<td>Triggered when a reparent window is created in Crop and Lock mode.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_CreateScreenshotWindow</td>
|
|
|
|
|
<td>Triggered when a screenshot window is created in Crop and Lock mode.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_CreateThumbnailWindow</td>
|
|
|
|
|
<td>Triggered when a thumbnail window is created in Crop and Lock mode.<-/td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CropAndLock_EnableCropAndLock</td>
|
|
|
|
|
<td>Triggered when Crop and Lock is enabled.</td>
|
|
|
|
|
@@ -350,8 +430,28 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Cursor Wrap
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.CursorWrap_EnableCursorWrap</td>
|
|
|
|
|
<td>Triggered when Cursor Wrap is enabled or disabled.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Environment Variables
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -379,7 +479,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### FancyZones
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -396,6 +500,10 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_EnableFancyZones</td>
|
|
|
|
|
<td>Occurs when FancyZones is enabled.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_Error</td>
|
|
|
|
|
<td>Triggered when an error occurs within the FancyZones module. This event logs critical errors to help diagnose and troubleshoot issues with FancyZones functionality, such as failures to set up Windows hooks or other system-level operations required for window management.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_KeyboardSnapWindowToZone</td>
|
|
|
|
|
<td>Triggered when a window is snapped to a zone using the keyboard.</td>
|
|
|
|
|
@@ -408,10 +516,6 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_MoveOrResizeStarted</td>
|
|
|
|
|
<td>Triggered when a window move or resize action is initiated.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_MoveSizeEnd</td>
|
|
|
|
|
<td>Occurs when the moving or resizing of a window has ended.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_OnKeyDown</td>
|
|
|
|
|
<td>Triggered when a key is pressed down while interacting with zones.</td>
|
|
|
|
|
@@ -424,10 +528,6 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_Settings</td>
|
|
|
|
|
<td>Triggered when FancyZones settings are accessed or modified.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_SettingsChanged</td>
|
|
|
|
|
<td>Occurs when there is a change in the FancyZones settings.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_SnapNewWindowIntoZone</td>
|
|
|
|
|
<td>Triggered when a new window is snapped into a zone.</td>
|
|
|
|
|
@@ -448,10 +548,50 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZones_CLICommand</td>
|
|
|
|
|
<td>Triggered when a FancyZones CLI command is executed, logging the command name and success status.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZonesEditorStartEvent</td>
|
|
|
|
|
<td>Triggered when the FancyZones Editor application starts. This logs the initialization of the editor UI, which is used to create and configure custom zone layouts.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FancyZonesEditorStartFinishEvent</td>
|
|
|
|
|
<td>Triggered when the FancyZones Editor has completed loading and is ready for user interaction.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### File Locksmith
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_EnableFileLocksmith</td>
|
|
|
|
|
<td>Triggered when File Locksmith is enabled.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_Invoked</td>
|
|
|
|
|
<td>Occurs when File Locksmith is invoked.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_InvokedRet</td>
|
|
|
|
|
<td>Triggered when File Locksmith invocation returns a result.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_QueryContextMenuError</td>
|
|
|
|
|
<td>Occurs when there is an error querying the context menu for File Locksmith.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### FileExplorerAddOns
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -488,6 +628,10 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.MarkdownFilePreviewed</td>
|
|
|
|
|
<td>Triggered when a Markdown file is previewed in File Explorer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.MarkdownFilePreviewError</td>
|
|
|
|
|
<td>Triggered when there is an error previewing a Markdown file in File Explorer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.PdfFileHandlerLoaded</td>
|
|
|
|
|
<td>Occurs when a PDF file handler is loaded.</td>
|
|
|
|
|
@@ -496,6 +640,10 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.PdfFilePreviewed</td>
|
|
|
|
|
<td>Triggered when a PDF file is previewed in File Explorer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.PdfFilePreviewError</td>
|
|
|
|
|
<td>Triggered when there is an error previewing a PDF file in File Explorer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.PowerPreview_Enabled</td>
|
|
|
|
|
<td>Occurs when preview is enabled.</td>
|
|
|
|
|
@@ -512,6 +660,10 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.PowerPreview_TweakUISettings_InitSet__ErrorLoadingFile</td>
|
|
|
|
|
<td>Triggered when there is an error loading a file during Tweak UI settings initialization.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.PowerPreview_TweakUISettings_SetConfig__InvalidJSONGiven</td>
|
|
|
|
|
<td>Triggered when invalid JSON is provided to the Power Preview settings configuration</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.PowerPreview_TweakUISettings_SuccessfullyUpdatedSettings</td>
|
|
|
|
|
<td>Occurs when the Tweak UI settings for Power Preview are successfully updated.</td>
|
|
|
|
|
@@ -520,6 +672,10 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.QoiFilePreviewed</td>
|
|
|
|
|
<td>Triggered when a QOI file is previewed in File Explorer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.QoiFilePreviewError</td>
|
|
|
|
|
<td>Triggered when there is an error previewing a QOI (Quite OK Image) file in File Explorer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.SvgFileHandlerLoaded</td>
|
|
|
|
|
<td>Occurs when an SVG file handler is loaded.</td>
|
|
|
|
|
@@ -534,32 +690,12 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### File Locksmith
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_EnableFileLocksmith</td>
|
|
|
|
|
<td>Triggered when File Locksmith is enabled.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_Invoked</td>
|
|
|
|
|
<td>Occurs when File Locksmith is invoked.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_InvokedRet</td>
|
|
|
|
|
<td>Triggered when File Locksmith invocation returns a result.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.FileLocksmith_QueryContextMenuError</td>
|
|
|
|
|
<td>Occurs when there is an error querying the context menu for File Locksmith.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Find My Mouse
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -575,7 +711,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Hosts File Editor
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -592,10 +732,22 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.HostsFileEditorOpenedEvent</td>
|
|
|
|
|
<td>Fires when Hosts File Editor is opened.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.HostEditorStartEvent</td>
|
|
|
|
|
<td>Triggered when the Hosts File Editor application starts. This logs the initialization of the Hosts File Editor UI with a timestamp.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.HostEditorStartFinishEvent</td>
|
|
|
|
|
<td>Triggered when the Hosts File Editor has completed loading and is ready for user interaction.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Image Resizer
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -612,10 +764,18 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.ImageResizer_InvokedRet</td>
|
|
|
|
|
<td>Fires when the Image Resizer operation is completed and returns a result.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.ImageResizer_QueryContextMenuError</td>
|
|
|
|
|
<td>Triggered when there is an error querying the context menu for Image Resizer.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Keyboard Manager
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -628,10 +788,22 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.KeyboardManager_AppSpecificShortcutRemapCount</td>
|
|
|
|
|
<td>Logs the number of application-specific shortcut remaps configured by the user.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.KeyboardManager_AppSpecificShortcutToKeyRemapInvoked</td>
|
|
|
|
|
<td>Logs each instance when an application-specific shortcut-to-key remap is used.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.KeyboardManager_AppSpecificShortcutToShortcutRemapInvoked</td>
|
|
|
|
|
<td>Logs each instance when an application-specific shortcut-to-shortcut remap is used.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.KeyboardManager_Error</td>
|
|
|
|
|
<td>Triggered when an error occurs in Keyboard Manager. This logs the error code, error message, and the method name where the error occurred.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.KeyboardManager_ErrorSendingKeyAndShortcutRemapLoadedConfiguration</td>
|
|
|
|
|
<td>Triggered when there is an error sending remapping configuration telemetry. This occurs when Keyboard Manager fails to report the loaded key and shortcut remap configurations</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.KeyboardManager_DailyAppSpecificShortcutToKeyRemapInvoked</td>
|
|
|
|
|
<td>Logs the daily count of application-specific shortcut-to-key remaps executed by the user.</td>
|
|
|
|
|
@@ -695,7 +867,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Light Switch
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -719,7 +895,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Mouse Highlighter
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -732,10 +912,18 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.MouseHighlighter_StartHighlightingSession</td>
|
|
|
|
|
<td>Occurs when a new highlighting session is started.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.MouseHighlighter_StartSpotlightSession</td>
|
|
|
|
|
<td>Triggered when a spotlight session is started in Mouse Highlighter. This occurs when the user activates the spotlight mode.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Mouse Jump
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -759,7 +947,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Mouse Pointer Crosshairs
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -775,7 +967,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Mouse Without Borders
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -827,7 +1023,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### New+
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -859,7 +1059,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Peek
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -892,10 +1096,18 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.Peek_Settings</td>
|
|
|
|
|
<td>Triggered when the settings for Peek are modified.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Peek_SpaceModeEnabled</td>
|
|
|
|
|
<td>Triggered when the Space key activation mode is enabled or disabled in Peek</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### PowerRename
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -927,7 +1139,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### PowerToys Run
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -968,14 +1184,14 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.RunPluginsSettingsEvent</td>
|
|
|
|
|
<td>Triggered when the settings for PowerToys Run plugins are accessed or modified.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.WindowWalker_EnableWindowWalker</td>
|
|
|
|
|
<td>Triggered when the Window Walker plugin is enabled.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Quick Accent
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -991,7 +1207,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Registry Preview
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -1004,10 +1224,22 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Microsoft.PowerToys.RegistryPreview_EnableRegistryPreview</td>
|
|
|
|
|
<td>Occurs when Registry Preview is enabled.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.RegistryPreviewEditorStartEvent</td>
|
|
|
|
|
<td>Triggered when the Registry Preview application starts. This logs the initialization of the Registry Preview UI with a timestamp.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.RegistryPreviewEditorStartFinishEvent</td>
|
|
|
|
|
<td>Triggered when the Registry Preview application has completed loading and is ready for user interaction.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Screen Ruler
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -1027,7 +1259,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Shortcut Guide
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -1043,7 +1279,11 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Text Extractor
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
@@ -1067,15 +1307,15 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### Workspaces
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Projects_CLIUsage</td>
|
|
|
|
|
<td>Logs usage of command-line arguments for launching apps.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Workspaces_CreateEvent</td>
|
|
|
|
|
<td>Triggered when a new workspace is created.</td>
|
|
|
|
|
@@ -1097,13 +1337,21 @@ _If you want to find diagnostic data events in the source code, these two links
|
|
|
|
|
<td>Triggered when a workspace is launched.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.Workspaces_Settings</td>
|
|
|
|
|
<td>Logs changes to workspaces settings.</td>
|
|
|
|
|
<td>Microsoft.PowerToys.WorkspacesEditorStartEvent</td>
|
|
|
|
|
<td>Triggered when the Workspaces Editor application starts. This logs the initialization of the Workspaces Editor UI with a timestamp.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Microsoft.PowerToys.WorkspacesEditorStartFinishEvent</td>
|
|
|
|
|
<td>Triggered when the Workspaces Editor has completed loading and is ready for user interaction.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
### ZoomIt
|
|
|
|
|
<table style="width:100%">
|
|
|
|
|
<table style="width:100%; table-layout:fixed">
|
|
|
|
|
<colgroup>
|
|
|
|
|
<col style="width:40%">
|
|
|
|
|
<col style="width:60%">
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Event Name</th>
|
|
|
|
|
<th>Description</th>
|
|
|
|
|
|