You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your crate decodes some keys into DecodedKey::RawKey objects. The enum that you provide containing keys has a Backspace variant, but, using QEmu as my example, a backspace is decoded into unicode U+0008, and as a DecodedKey::Unicode.
Your crate decodes some keys into
DecodedKey::RawKeyobjects. Theenumthat you provide containing keys has aBackspacevariant, but, using QEmu as my example, a backspace is decoded into unicodeU+0008, and as aDecodedKey::Unicode.