Skip to content

Commit b2c67df

Browse files
committed
Minor comment update
1 parent 787f9f0 commit b2c67df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/GlobalKeyboardListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private void recheckPossibleSwallowedKeys(object sender, EventArgs e)
154154
recheckPossibleSwallowedKeys();
155155
_afterLockTimer.Start();
156156
// All of this key swallowing on lock/unlock means that Up/Down events from this Global Keyboard Listener are not always paired correctly.
157-
// We do not attempt to emulate the swallowed events even for the modifier keys (which are easier because we track their state already).
157+
// recheckPossibleSwallowedKeys() will send fake KeyUp events to mitigate against this.
158158
}
159159

160160
private void recheckPossibleSwallowedKeysTimer(object sender, EventArgs e)

0 commit comments

Comments
 (0)