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
the windows scancodes consist of two bytes, the first denoting a
special scancode and the second being the actual key information.
Previously both bytes where used to calculate the number to look up in a
dictionary, but as only the second byte is actually different, this can
be simplified.
closes#75, closes#66, closes#9, closes#8
0 commit comments