mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
8 lines
165 B
C
8 lines
165 B
C
|
|
#pragma once
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace ShortcutGuideConstants
|
||
|
|
{
|
||
|
|
// Name of the powertoy module.
|
||
|
|
inline const std::wstring ModuleKey = L"Shortcut Guide";
|
||
|
|
}
|