mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
spelling: specific
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -618,13 +618,13 @@ std::wstring KeyboardManagerState::GetCurrentConfigName()
|
|||||||
return currentConfig;
|
return currentConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sets the activated target application in app-specfic shortcut
|
// Sets the activated target application in app-specific shortcut
|
||||||
void KeyboardManagerState::SetActivatedApp(const std::wstring& appName)
|
void KeyboardManagerState::SetActivatedApp(const std::wstring& appName)
|
||||||
{
|
{
|
||||||
activatedAppSpecificShortcutTarget = appName;
|
activatedAppSpecificShortcutTarget = appName;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gets the activated target application in app-specfic shortcut
|
// Gets the activated target application in app-specific shortcut
|
||||||
std::wstring KeyboardManagerState::GetActivatedApp()
|
std::wstring KeyboardManagerState::GetActivatedApp()
|
||||||
{
|
{
|
||||||
return activatedAppSpecificShortcutTarget;
|
return activatedAppSpecificShortcutTarget;
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ private:
|
|||||||
std::map<DWORD, std::unique_ptr<KeyDelay>> keyDelays;
|
std::map<DWORD, std::unique_ptr<KeyDelay>> keyDelays;
|
||||||
std::mutex keyDelays_mutex;
|
std::mutex keyDelays_mutex;
|
||||||
|
|
||||||
// Stores the activated target application in app-specfic shortcut
|
// Stores the activated target application in app-specific shortcut
|
||||||
std::wstring activatedAppSpecificShortcutTarget;
|
std::wstring activatedAppSpecificShortcutTarget;
|
||||||
|
|
||||||
// Thread safe boolean value to check if remappings are currently enabled. This is used to disable remappings while the remap tables are being updated by the UI thread
|
// Thread safe boolean value to check if remappings are currently enabled. This is used to disable remappings while the remap tables are being updated by the UI thread
|
||||||
@@ -225,10 +225,10 @@ public:
|
|||||||
// Gets the Current Active Configuration Name.
|
// Gets the Current Active Configuration Name.
|
||||||
std::wstring GetCurrentConfigName();
|
std::wstring GetCurrentConfigName();
|
||||||
|
|
||||||
// Sets the activated target application in app-specfic shortcut
|
// Sets the activated target application in app-specific shortcut
|
||||||
void SetActivatedApp(const std::wstring& appName);
|
void SetActivatedApp(const std::wstring& appName);
|
||||||
|
|
||||||
// Gets the activated target application in app-specfic shortcut
|
// Gets the activated target application in app-specific shortcut
|
||||||
std::wstring GetActivatedApp();
|
std::wstring GetActivatedApp();
|
||||||
|
|
||||||
bool AreRemappingsEnabled();
|
bool AreRemappingsEnabled();
|
||||||
|
|||||||
Reference in New Issue
Block a user