mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Adds the ability to make the global CmdPal hotkey a low-level hook. This is needed for `win+space`, `win+r`, et al. I've only added this to the root hotkey. Other hotkeys will still use the normal `RegisterHotkey` ones. We can re-evaluate this for 0.2+. Originally: https://github.com/zadjii-msft/PowerToys/issues/349 Solves: https://github.com/microsoft/PowerToys/issues/38297 --------- Co-authored-by: Mike Griese <migrie@microsoft.com>
14 lines
362 B
C
14 lines
362 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by PowerToys.MeasureToolCore.rc
|
|
|
|
//////////////////////////////
|
|
// Non-localizable
|
|
|
|
#define FILE_DESCRIPTION "CmdPalKeyboardService"
|
|
#define INTERNAL_NAME "CmdPalKeyboardService"
|
|
#define ORIGINAL_FILENAME "CmdPalKeyboardService.dll"
|
|
|
|
// Non-localizable
|
|
//////////////////////////////
|