diff --git a/DATA_AND_PRIVACY.md b/DATA_AND_PRIVACY.md
index d038641154..a4d3fe6d83 100644
--- a/DATA_AND_PRIVACY.md
+++ b/DATA_AND_PRIVACY.md
@@ -41,7 +41,7 @@ _If you want to find diagnostic data events in the source code, these two links
Microsoft.PowerToys.GeneralSettingsChanged |
- Tracks changes made to general settings within PowerToys. |
+ Logs changes made to general settings within PowerToys. |
Microsoft.PowerToys.Runner_Launch |
@@ -517,75 +517,75 @@ _If you want to find diagnostic data events in the source code, these two links
Microsoft.PowerToys.KeyboardManager_AppSpecificShortcutRemapConfigurationLoaded |
- x |
+ Indicates that the application-specific shortcut remap configuration has been successfully loaded. |
Microsoft.PowerToys.KeyboardManager_AppSpecificShortcutRemapCount |
- x |
+ Logs the number of application-specific shortcut remaps configured by the user. |
Microsoft.PowerToys.KeyboardManager_AppSpecificShortcutToShortcutRemapInvoked |
- x |
+ Logs each instance when an application-specific shortcut-to-shortcut remap is used. |
Microsoft.PowerToys.KeyboardManager_DailyAppSpecificShortcutToKeyRemapInvoked |
- x |
+ Logs the daily count of application-specific shortcut-to-key remaps executed by the user. |
Microsoft.PowerToys.KeyboardManager_DailyAppSpecificShortcutToShortcutRemapInvoked |
- x |
+ Logs the daily count of application-specific shortcut-to-shortcut remaps executed by the user. |
Microsoft.PowerToys.KeyboardManager_DailyKeyToKeyRemapInvoked |
- x |
+ Logs the daily count of key-to-key remaps used by the user. |
Microsoft.PowerToys.KeyboardManager_DailyKeyToShortcutRemapInvoked |
- x |
+ Logs the daily count of key-to-shortcut remaps used by the user. |
Microsoft.PowerToys.KeyboardManager_DailyShortcutToKeyRemapInvoked |
- x |
+ Logs the daily count of shortcut-to-key remaps used by the user. |
Microsoft.PowerToys.KeyboardManager_DailyShortcutToShortcutRemapInvoked |
- x |
+ Logs the daily count of shortcut-to-shortcut remaps used by the user. |
Microsoft.PowerToys.KeyboardManager_EnableKeyboardManager |
- x |
+ Indicates that the Keyboard Manager has been enabled in PowerToys settings. |
Microsoft.PowerToys.KeyboardManager_KeyRemapConfigurationLoaded |
- x |
+ Indicates that the key remap configuration has been successfully loaded. |
Microsoft.PowerToys.KeyboardManager_KeyRemapCount |
- x |
+ Logs the number of individual key remaps configured by the user. |
Microsoft.PowerToys.KeyboardManager_KeyToKeyRemapInvoked |
- x |
+ Logs each instance of a key-to-key remap being used. |
Microsoft.PowerToys.KeyboardManager_KeyToShortcutRemapInvoked |
- x |
+ Logs each instance of a key-to-shortcut remap being used. |
Microsoft.PowerToys.KeyboardManager_OSLevelShortcutRemapCount |
- x |
+ Logs the total number of OS-level shortcut remaps configured by the user. |
Microsoft.PowerToys.KeyboardManager_OSLevelShortcutToKeyRemapInvoked |
- x |
+ Logs each instance of an OS-level shortcut-to-key remap being used. |
Microsoft.PowerToys.KeyboardManager_OSLevelShortcutToShortcutRemapInvoked |
- x |
+ Logs each instance of an OS-level shortcut-to-shortcut remap being used. |
Microsoft.PowerToys.KeyboardManager_ShortcutRemapConfigurationLoaded |
- x |
+ Indicates that the shortcut remap configuration has been successfully loaded. |
@@ -697,6 +697,30 @@ _If you want to find diagnostic data events in the source code, these two links
+### New+
+
+
+ Event Name |
+ Description |
+
+
+ Microsoft.PowerToys.NewPlus_EventCopyTemplate |
+ Triggered when an item from New+ is created (copied to the current directory). |
+
+
+ Microsoft.PowerToys.NewPlus_EventCopyTemplateResult |
+ Logs the success of item creation (copying). |
+
+
+ Microsoft.PowerToys.NewPlus_EventShowTemplateItems |
+ Triggered when the New+ context menu flyout is displayed. |
+
+
+ Microsoft.PowerToys.NewPlus_EventToggleOnOff |
+ Triggered when New+ is enabled or disabled. |
+
+
+
### Peek
@@ -937,7 +961,7 @@ _If you want to find diagnostic data events in the source code, these two links
Microsoft.PowerToys.Projects_CLIUsage |
- Tracks usage of command-line arguments for launching apps. |
+ Logs usage of command-line arguments for launching apps. |
Microsoft.PowerToys.Workspaces_CreateEvent |
@@ -961,7 +985,7 @@ _If you want to find diagnostic data events in the source code, these two links
Microsoft.PowerToys.Workspaces_Settings |
- Tracks changes to workspaces settings. |
+ Logs changes to workspaces settings. |