mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Add support for Common Win key in KBM (#2308)
* Added common win key to layoutmap * Added common win key support for edit shortcuts * Adjusted key names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "Helpers.h"
|
||||
#include "..\common\keyboard_layout.h"
|
||||
#include "../common/keyboard_layout.h"
|
||||
#include "Shortcut.h"
|
||||
#include "RemapShortcut.h"
|
||||
#include "KeyDelay.h"
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <mutex>
|
||||
#include <winrt/Windows.UI.Xaml.Controls.h>
|
||||
#include <../common/settings_helpers.h>
|
||||
|
||||
using namespace winrt::Windows::UI::Xaml::Controls;
|
||||
|
||||
// Enum type to store different states of the UI
|
||||
|
||||
Reference in New Issue
Block a user