summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-03-29 15:16:45 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-03-29 15:16:45 +0000
commita030e9a21a402976edb22aa0c4f1b0851f191fcb (patch)
treebe8c01f77454be4047c4a0cadfcf3a088ca613a9
parent976414097f7c717ade2360a9ef00fbf7f233a8c0 (diff)
Change lower enter key to be 'Mode_Switch' like it was before.
Add note for power button (not currently translated). Meta_L vs Super_L is still an issue (CMD/Win key) o CMD/Win key is Super_L not Meta_L, usb has this too. Changing to RAW will change swap Meta and Alt (to what is printed on key, not PC layout).
-rw-r--r--sys/arch/macppc/dev/keyboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/keyboard.h b/sys/arch/macppc/dev/keyboard.h
index 39fae1ad588..661d68ead1e 100644
--- a/sys/arch/macppc/dev/keyboard.h
+++ b/sys/arch/macppc/dev/keyboard.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: keyboard.h,v 1.4 2002/03/28 13:55:58 drahn Exp $ */
+/* $OpenBSD: keyboard.h,v 1.5 2002/03/29 15:16:44 drahn Exp $ */
/* $NetBSD: keyboard.h,v 1.1 1998/05/15 10:15:54 tsubai Exp $ */
/*-
@@ -129,7 +129,7 @@ unsigned char keyboard[128][4] = {
{ /* 0x31, */ ' ', ' ', 0x00, 57 },
{ /* 0x32, */ '`', '~', 0x00, 41 },
{ /* 0x33, */ 0x7F, 0x7F, 0x7F, 14 }, /* Delete */
- { /* 0x34, */ 0x00, 0x00, 0x00, 108 }, /* MODE/KP_Enter */
+ { /* 0x34, */ 0x00, 0x00, 0x00, 105 }, /* MODE/KP_Enter */
{ /* 0x35, */ 0x1B, 0x1B, 0x1B, 1 },
{ /* 0x36, */ 0x00, 0x00, 0x00, 29 },
{ /* 0x37, */ 0x00, 0x00, 0x00, 219 },
@@ -204,6 +204,6 @@ unsigned char keyboard[128][4] = {
{ /* 0x7C, */ 0x00, 0x00, 0x00, 0 },
{ /* 0x7D, */ 0x00, 0x00, 0x00, 0 },
{ /* 0x7E, */ 0x00, 0x00, 0x00, 0 },
- { /* 0x7F, */ 0x00, 0x00, 0x00, 0 }
+ { /* 0x7F, */ 0x00, 0x00, 0x00, 0 } /* pwr */
};
#endif /* KEYBOARD_ARRAY */