X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3c397ec5b20137fff20c8fe01a9a8bb6c6544e4b..20d44251fa01c2f55f175fe9d1d3f284daa8dc60:/aseg/keyboard.c diff --git a/aseg/keyboard.c b/aseg/keyboard.c index 6ae851d..4b84b4f 100644 --- a/aseg/keyboard.c +++ b/aseg/keyboard.c @@ -101,6 +101,14 @@ static const char scancodes2[][8] = { ['>'] = "\x12\x49\xf0\x49\xf0\x12", ['/'] = "\x4a\xf0\x4a", ['?'] = "\x12\x4a\xf0\x4a\xf0\x12", + ['\n'] = "\x5a\xf0\x5a", + ['\t'] = "\x0d\xf0\x0d", + ['\b'] = "\x66\xf0\x66", + [' '] = "\x29\xf0\x29", + [0x82] = "\xE0\x75\xE0\xF0\x75", + [0x83] = "\xE0\x72\xE0\xF0\x72", + [0x84] = "\xE0\x6B\xE0\xF0\x6B", + [0x85] = "\xE0\x74\xE0\xF0\x74" }; const unsigned char convert_table[] = {