diff --git a/src/content/hinting.ts b/src/content/hinting.ts index 541f7b08..1b4a72bd 100644 --- a/src/content/hinting.ts +++ b/src/content/hinting.ts @@ -617,7 +617,7 @@ function defaultHintChars() { return "1234567890" } if (config.get("hintnames") === "words") { - return "abcdefghijklmnopqrstuvwxyz" + return "abcdefghijklmnopqrstuvwxyz" // protect users from changing hintchars and not being able to type the words } return config.get("hintchars") }