From e943799317ad3a952999f1deca7ddf43633bfd80 Mon Sep 17 00:00:00 2001 From: Jacob Potter Date: Mon, 6 Oct 2008 04:24:32 -0400 Subject: [PATCH] more keys --- aseg/keyboard.c | 4 ++++ 1 file changed, 4 insertions(+) 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[] = { -- 2.39.2