[KBM][Telemetry]Remove garrulous events (#18261)

This commit is contained in:
Jaime Bernardo
2022-05-16 10:10:56 +01:00
committed by GitHub
parent 3548e6820e
commit 6e6f474df7
4 changed files with 4 additions and 16 deletions

View File

@@ -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