Fix bug with keyboard input

This commit is contained in:
Sasha Koshka 2022-11-23 20:34:05 -05:00
parent ae514f5ae2
commit 5a76bd0c22

View File

@ -120,7 +120,8 @@ func (backend *Backend) keycodeToButton (
symbol2Rune = unicode.ToUpper(symbol1Rune) symbol2Rune = unicode.ToUpper(symbol1Rune)
cased = true cased = true
} else { } else {
symbol2 = symbol1 symbol2 = symbol1
symbol2Rune = symbol1Rune
} }
} }
if symbol4 == 0 { if symbol4 == 0 {