mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
[KBM][Telemetry]Remove garrulous events (#18261)
This commit is contained in:
@@ -6,10 +6,10 @@ public:
|
||||
static void RegisterProvider() noexcept;
|
||||
static void UnregisterProvider() noexcept;
|
||||
|
||||
// Log if a key remap has been invoked
|
||||
// Log if a key remap has been invoked (not being used currently, due to being garrulous)
|
||||
static void KeyRemapInvoked(bool isKeyToKey) noexcept;
|
||||
|
||||
// Log if a shortcut remap has been invoked
|
||||
// Log if a shortcut remap has been invoked (not being used currently, due to being garrulous)
|
||||
static void ShortcutRemapInvoked(bool isShortcutToShortcut, bool isAppSpecific) noexcept;
|
||||
|
||||
// Log if an error occurs in KBM
|
||||
|
||||
Reference in New Issue
Block a user