diff --git a/public/js/script.js b/public/js/script.js index 67307e683..2896013f3 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -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,