]> Joshua Wise's Git repositories - netwatch.git/commitdiff
more keys
authorJacob Potter <jdpotter@andrew.cmu.edu>
Mon, 6 Oct 2008 08:24:32 +0000 (04:24 -0400)
committerJacob Potter <jdpotter@andrew.cmu.edu>
Mon, 6 Oct 2008 08:24:32 +0000 (04:24 -0400)
aseg/keyboard.c

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