mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Explain hardcoded hintchars
This commit is contained in:
parent
c8103dc0f6
commit
cf78876e33
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue