mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add in missing telemetry for Keyboard Manager usage (#6393)
* Added key remap invoked telemetry event * Added queryperformance call * Added in telemetry for key and shortcut remaps * Removed redundant if check
This commit is contained in:
@@ -17,4 +17,10 @@ public:
|
||||
|
||||
// Log number of app specific shortcut remaps when the user uses Edit Shortcuts and saves settings
|
||||
static void AppSpecificShortcutRemapCount(const DWORD shortcutToShortcutCount, const DWORD shortcutToKeyCount) noexcept;
|
||||
|
||||
// Log if a key remap has been invoked
|
||||
static void KeyRemapInvoked(bool isKeyToKey) noexcept;
|
||||
|
||||
// Log if a shortcut remap has been invoked
|
||||
static void ShortcutRemapInvoked(bool isShortcutToShortcut, bool isAppSpecific) noexcept;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user