summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/include/keyboard.h')
-rw-r--r--sys/arch/mac68k/include/keyboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/keyboard.h b/sys/arch/mac68k/include/keyboard.h
index 3b65fd1bc47..c7519c50ce5 100644
--- a/sys/arch/mac68k/include/keyboard.h
+++ b/sys/arch/mac68k/include/keyboard.h
@@ -1,4 +1,4 @@
-/* $NetBSD: keyboard.h,v 1.4 1994/12/03 23:34:32 briggs Exp $ */
+/* $NetBSD: keyboard.h,v 1.5 1996/02/23 05:43:48 scottr Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
@@ -98,12 +98,12 @@ unsigned char keyboard[128][3] = {
{ /* 0x13, */ '2', '@', 0x00 },
{ /* 0x14, */ '3', '#', 0x00 },
{ /* 0x15, */ '4', '$', 0x00 },
- { /* 0x16, */ '6', '^', 0x00 },
+ { /* 0x16, */ '6', '^', 0x1E },
{ /* 0x17, */ '5', '%', 0x00 },
{ /* 0x18, */ '=', '+', 0x00 },
{ /* 0x19, */ '9', '(', 0x00 },
{ /* 0x1A, */ '7', '&', 0x00 },
- { /* 0x1B, */ '-', '_', 0x00 },
+ { /* 0x1B, */ '-', '_', 0x1F },
{ /* 0x1C, */ '8', '*', 0x00 },
{ /* 0x1D, */ '0', ')', 0x00 },
{ /* 0x1E, */ ']', '}', 0x1D },