From a7becc9bf3eaa4b4b16b4f4c8948323ed67ee48d Mon Sep 17 00:00:00 2001 From: Jacob Potter Date: Mon, 6 Oct 2008 05:36:39 -0400 Subject: [PATCH] more keys: up down left right --- aseg/keyboard.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aseg/keyboard.c b/aseg/keyboard.c index 3cd2278..4b84b4f 100644 --- a/aseg/keyboard.c +++ b/aseg/keyboard.c @@ -104,7 +104,11 @@ static const char scancodes2[][8] = { ['\n'] = "\x5a\xf0\x5a", ['\t'] = "\x0d\xf0\x0d", ['\b'] = "\x66\xf0\x66", - [' '] = "\x29\xf0\x29" + [' '] = "\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[] = { -- 2.39.2