mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Fixed KBM interaction with Shortcut Guide (#2220)
This commit is contained in:
8
src/common/shared_constants.h
Normal file
8
src/common/shared_constants.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "common.h"
|
||||
|
||||
namespace CommonSharedConstants
|
||||
{
|
||||
// Flag that can be set on an input event so that it is ignored by Keyboard Manager
|
||||
const ULONG_PTR KEYBOARDMANAGER_INJECTED_FLAG = 0x1;
|
||||
}
|
||||
Reference in New Issue
Block a user