From b559b3a7962e40f04d1148699daac2c17954d8af Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 18 Sep 2001 04:38:18 +0000 Subject: [PATCH] fix a key mapping issue reported by MasterLich --- libs/video/targets/in_svgalib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/video/targets/in_svgalib.c b/libs/video/targets/in_svgalib.c index 88c61f7e9..d47432880 100644 --- a/libs/video/targets/in_svgalib.c +++ b/libs/video/targets/in_svgalib.c @@ -321,8 +321,8 @@ IN_InitKeyboard (void) scantokey[1][52] = '>'; scantokey[1][53] = '?'; - scantokey[1][7] = 30; - scantokey[1][12] = 31; + scantokey[2][7] = 30; + scantokey[2][12] = 31; scantokey[2][16] = 'q' - 96; scantokey[2][17] = 'w' - 96; scantokey[2][18] = 'e' - 96;