Fixes a comment.

This commit is contained in:
typer 2020-09-09 04:39:01 -07:00
parent ff3c5fd137
commit 488fbe5ed7

View file

@ -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,