]> Joshua Wise's Git repositories - netwatch.git/commitdiff
more keys: up down left right
authorJacob Potter <jdpotter@andrew.cmu.edu>
Mon, 6 Oct 2008 09:36:39 +0000 (05:36 -0400)
committerJacob Potter <jdpotter@andrew.cmu.edu>
Mon, 6 Oct 2008 09:36:39 +0000 (05:36 -0400)
aseg/keyboard.c

index 3cd22782dd2e093af1d00f5214130084b4a33766..4b84b4f11ed48ced8ddb9c160a813d87b2b95b8e 100644 (file)
@@ -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[] = {
This page took 0.023967 seconds and 4 git commands to generate.