mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Spelling: ... src/modules (#3712)
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
// Constructor to intialize Shortcut from it's virtual key code string representation.
|
||||
// Constructor to initialize Shortcut from it's virtual key code string representation.
|
||||
Shortcut(const std::wstring& shortcutVK) :
|
||||
winKey(ModifierKey::Disabled), ctrlKey(ModifierKey::Disabled), altKey(ModifierKey::Disabled), shiftKey(ModifierKey::Disabled), actionKey(NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user