Skip to content

Commit dcf4aa7

Browse files
crutkasCopilot
andcommitted
[KeyboardManager] Fix check-spelling forbidden pattern in State.h comment
The check-spelling CI rejects ", otherwise" (it wants "; otherwise" or ". Otherwise"). Reword the State member comment accordingly. Comment-only change; engine test project still builds and 99/99 tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6682133 commit dcf4aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/modules/keyboardmanager/KeyboardManagerEngineLibrary

src/modules/keyboardmanager/KeyboardManagerEngineLibrary/State.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class State : public MappingConfiguration
1010

1111
// Source keys whose single-key remap key-down injection was blocked, so the original
1212
// key-down was passed through to the foreground app. The matching key-up must be
13-
// passed through too, otherwise the physical key is stranded DOWN. Only accessed from
13+
// passed through too; otherwise the physical key is stranded DOWN. Only accessed from
1414
// the (serialized) low-level keyboard hook thread.
1515
std::unordered_set<DWORD> singleKeyRemapInjectionFailedKeys;
1616

0 commit comments

Comments
 (0)