/ src / modules / ShortcutGuide / ShortcutGuide / ShortcutGuideConstants.h
ShortcutGuideConstants.h
1  #pragma once
2  #include <string>
3  
4  namespace ShortcutGuideConstants
5  {
6      // Name of the powertoy module.
7      inline const std::wstring ModuleKey = L"Shortcut Guide";
8  }