1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00

(jp_kbd_translate_table): Fix the other \ key.

This commit is contained in:
Eli Zaretskii 1999-04-08 11:55:45 +00:00
parent 1ce2a3422d
commit fb7f676dd3

View file

@ -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 },