PowerToys/src/modules/keyboardmanager/KeyboardManagerEditorLibrary/KeyboardManagerEditorStrings.h
2021-05-07 11:16:31 +03:00

15 lines
387 B
C++

#pragma once
#include "pch.h"
#include "ShortcutErrorType.h"
namespace KeyboardManagerEditorStrings
{
// String constant for the default app name in Remap shortcuts
inline const std::wstring DefaultAppName = GET_RESOURCE_STRING(IDS_EDITSHORTCUTS_ALLAPPS);
// Function to return the error message
winrt::hstring GetErrorMessage(ShortcutErrorType errorType);
}