diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-03-29 23:07:29 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-03-29 23:07:29 +0000 |
commit | 3827e941de402e0d054b0bdaec19d1221a37df9f (patch) | |
tree | a04221f2d726f5d9ef703d297068a2ae836b7563 /sys | |
parent | 3fac54bd2e6ee0843e75dbfc6c8dae46a2db59c3 (diff) |
add numlock, pgup, pgdn, home, end.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/dev/keyboard.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/macppc/dev/keyboard.h b/sys/arch/macppc/dev/keyboard.h index 661d68ead1e..c8158e0679b 100644 --- a/sys/arch/macppc/dev/keyboard.h +++ b/sys/arch/macppc/dev/keyboard.h @@ -1,4 +1,4 @@ -/* $OpenBSD: keyboard.h,v 1.5 2002/03/29 15:16:44 drahn Exp $ */ +/* $OpenBSD: keyboard.h,v 1.6 2002/03/29 23:07:28 drahn Exp $ */ /* $NetBSD: keyboard.h,v 1.1 1998/05/15 10:15:54 tsubai Exp $ */ /*- @@ -116,7 +116,7 @@ unsigned char keyboard[128][4] = { { /* 0x24, */ 0x0D, 0x0D, 0x0D, 28 }, { /* 0x25, */ 'l', 'L', 0x0C, 38 }, { /* 0x26, */ 'j', 'J', 0x0A, 36 }, - { /* 0x27, */ '\'', '"', 0x00, 40 }, + { /* 0x27, */ '\'', '"', 0x00, 40 }, { /* 0x28, */ 'k', 'K', 0x0B, 37 }, { /* 0x29, */ ';', ':', 0x00, 39 }, { /* 0x2A, */ '\\', '|', 0x1C, 43 }, @@ -148,7 +148,7 @@ unsigned char keyboard[128][4] = { { /* 0x44, */ 0x00, 0x00, 0x00, 0 }, { /* 0x45, */ '+', '+', 0x00, 78 }, { /* 0x46, */ 0x00, 0x00, 0x00, 0 }, - { /* 0x47, */ 0x00, 0x00, 0x00, 0 }, + { /* 0x47, */ 0x00, 0x00, 0x00, 69 }, { /* 0x48, */ 0x00, 0x00, 0x00, 0 }, { /* 0x49, */ 0x00, 0x00, 0x00, 0 }, { /* 0x4A, */ 0x00, 0x00, 0x00, 0 }, @@ -192,13 +192,13 @@ unsigned char keyboard[128][4] = { { /* 0x70, */ 0x00, 0x00, 0x00, 0 }, { /* 0x71, */ 0x00, 0x00, 0x00, 0 }, { /* 0x72, */ 0x00, 0x00, 0x00, 0 }, - { /* 0x73, */ 0x00, 0x00, 0x00, 0 }, - { /* 0x74, */ 0x00, 0x00, 0x00, 0 }, + { /* 0x73, */ 0x00, 0x00, 0x00, 71 }, + { /* 0x74, */ 0x00, 0x00, 0x00, 73 }, { /* 0x75, */ 0x00, 0x00, 0x00, 0 }, { /* 0x76, */ 0x00, 0x00, 0x00, 62 }, /* F4 */ - { /* 0x77, */ 0x00, 0x00, 0x00, 0 }, + { /* 0x77, */ 0x00, 0x00, 0x00, 79 }, { /* 0x78, */ 0x00, 0x00, 0x00, 60 }, /* F2 */ - { /* 0x79, */ 0x00, 0x00, 0x00, 0 }, + { /* 0x79, */ 0x00, 0x00, 0x00, 81 }, { /* 0x7A, */ 0x00, 0x00, 0x00, 59 }, /* F1 */ { /* 0x7B, */ 0x00, 0x00, 0x00, 0 }, { /* 0x7C, */ 0x00, 0x00, 0x00, 0 }, |