Make C-\\ work; from Bill Studenmund, who noticed the swapped keycodes.

Closes PR #3294.
This commit is contained in:
scottr 1997-04-09 04:48:57 +00:00
parent 5efd258691
commit 63d0d33c86

View File

@ -1,4 +1,4 @@
/* $NetBSD: keyboard.h,v 1.5 1996/02/23 05:43:48 scottr Exp $ */
/* $NetBSD: keyboard.h,v 1.6 1997/04/09 04:48:57 scottr Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
@ -118,9 +118,9 @@ unsigned char keyboard[128][3] = {
{ /* 0x27, */ '\'', '"', 0x00 },
{ /* 0x28, */ 'k', 'K', 0x0B },
{ /* 0x29, */ ';', ':', 0x00 },
{ /* 0x2A, */ '\\', '|', 0x00 },
{ /* 0x2A, */ '\\', '|', 0x1C },
{ /* 0x2B, */ ',', '<', 0x00 },
{ /* 0x2C, */ '/', '?', 0x1C },
{ /* 0x2C, */ '/', '?', 0x00 },
{ /* 0x2D, */ 'n', 'N', 0x0E },
{ /* 0x2E, */ 'm', 'M', 0x0D },
{ /* 0x2F, */ '.', '>', 0x00 },