We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OutputKey
1 parent 439c09e commit ea24640Copy full SHA for ea24640
keyboard.go
@@ -323,7 +323,7 @@ func (d *Device) Tick() error {
323
}
324
325
326
- if matchCnt >= 2 && zero+matchCnt == 4 && matchCnt > matchMax {
+ if matchCnt >= 2 && zero+matchCnt == 4 && matchCnt > matchMax && len(d.combosPressed) == matchCnt {
327
matched = true
328
matchMax = matchCnt
329
d.combosKey = 0xFF000000 | uint32(keycodeViaToTGK(combo[4]))
0 commit comments