From: Jacob Potter Date: Mon, 6 Oct 2008 08:24:32 +0000 (-0400) Subject: more keys X-Git-Url: http://git.joshuawise.com/netwatch.git/commitdiff_plain/e943799317ad3a952999f1deca7ddf43633bfd80 more keys --- diff --git a/aseg/keyboard.c b/aseg/keyboard.c index 6ae851d..3cd2278 100644 --- a/aseg/keyboard.c +++ b/aseg/keyboard.c @@ -101,6 +101,10 @@ 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" }; const unsigned char convert_table[] = {