mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Change key mappings according to Keyboard Layout
This commit is contained in:
committed by
Tomas Agustin Raies
parent
e0ddaa74d0
commit
79fcd45d5f
@@ -12,6 +12,7 @@ bool isEditKeyboardWindowRegistrationCompleted = false;
|
||||
// Function to create the Edit Keyboard Window
|
||||
void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState)
|
||||
{
|
||||
|
||||
// Window Registration
|
||||
const wchar_t szWindowClass[] = L"EditKeyboardWindow";
|
||||
if (!isEditKeyboardWindowRegistrationCompleted)
|
||||
|
||||
Reference in New Issue
Block a user