X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=blobdiff_plain;f=include%2Farch%2Fx86%2Finput%2Fps2.h;h=55858bfd2ff6413e73dbc0f008ac1dd0b250c47e;hb=8451fffbd98d6ecfd14557530869dca28720c11a;hp=8b90a73e5de11b96a4c000bfad5ca6128665984c;hpb=63b19831bd7dd06e3c6fd8b9fe34e62f6697741e;p=nameless-os.git diff --git a/include/arch/x86/input/ps2.h b/include/arch/x86/input/ps2.h index 8b90a73..55858bf 100644 --- a/include/arch/x86/input/ps2.h +++ b/include/arch/x86/input/ps2.h @@ -81,6 +81,18 @@ static const char scancodes[] = { [0x31] = 'n', [0x3a] = 'm', + /* numbers */ + [0x45] = '0', + [0x16] = '1', + [0x1e] = '2', + [0x26] = '3', + [0x25] = '4', + [0x2e] = '5', + [0x36] = '6', + [0x3d] = '7', + [0x3e] = '8', + [0x46] = '9', + /* special */ [0x29] = ' ' };