From: Eli Zaretskii Date: Thu, 8 Apr 1999 11:55:45 +0000 (+0000) Subject: (jp_kbd_translate_table): Fix the other \ key. X-Git-Tag: emacs-20.4~356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb7f676dd3d817657df8a664ba131f73e2efff4e;p=emacs.git (jp_kbd_translate_table): Fix the other \ key. --- diff --git a/src/msdos.c b/src/msdos.c index e919c203dbb..c90e69dfd13 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -1567,6 +1567,7 @@ static struct dos_keyboard_map dk_keyboard = { static struct kbd_translate jp_kbd_translate_table[] = { { 0x73, 0x5c, Normal | 0 }, { 0x73, 0x5f, Normal | 0 }, + { 0x73, 0x1c, Map | 0 }, { 0x7d, 0x5c, Normal | 13 }, { 0x7d, 0x7c, Normal | 13 }, { 0x7d, 0x1c, Map | 13 },