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:
parent
1ce2a3422d
commit
fb7f676dd3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue