mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix typo
This commit is contained in:
parent
e232bd3de9
commit
71c1f5f92b
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ function prefixes(seq1: KeyEventLike[], seq2: MinimalKey[]) {
|
|||
case false:
|
||||
return false
|
||||
case "skip":
|
||||
i = i - 1 // if skipped, we want to try the real key again against the next thin in the sequence
|
||||
i = i - 1 // if skipped, we want to try the real key again against the next thing in the sequence
|
||||
break
|
||||
case true:
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue