mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
correct spelling mistakes for en-us :) (#2475)
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
std::unordered_map<DWORD, DWORD> singleKeyReMap;
|
||||
std::mutex singleKeyReMap_mutex;
|
||||
|
||||
// Stores keys which need to be changed from toggle behaviour to modifier behaviour. Eg. Caps Lock
|
||||
// Stores keys which need to be changed from toggle behavior to modifier behavior. Eg. Caps Lock
|
||||
std::unordered_map<DWORD, bool> singleKeyToggleToMod;
|
||||
std::mutex singleKeyToggleToMod_mutex;
|
||||
|
||||
|
||||
@@ -451,7 +451,7 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Function to a change a key's behaviour from toggle to modifier
|
||||
// Function to a change a key's behavior from toggle to modifier
|
||||
intptr_t HandleSingleKeyToggleToModEvent(LowlevelKeyboardEvent* data) noexcept
|
||||
{
|
||||
// Check if the key event was generated by KeyboardManager to avoid remapping events generated by us.
|
||||
|
||||
Reference in New Issue
Block a user