mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
Fixes a comment.
This commit is contained in:
parent
ff3c5fd137
commit
488fbe5ed7
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ function emulateLayout(event) {
|
|||
if (event.key === " " || event.key === "Enter")
|
||||
return event;
|
||||
if (config.layout === "default") {
|
||||
//override the shift modifier for the default layout if needed
|
||||
//override the caps lock modifier for the default layout if needed
|
||||
if (config.capsLockBackspace && isASCIILetter(event.key)) {
|
||||
replaceEventKey(
|
||||
event,
|
||||
|
|
Loading…
Reference in a new issue