Handle Japanese special keys.

Reported by: Hiroyuki YAMAMORI.
	Codes supplied by: Hiroyuki YAMAMORI.
This commit is contained in:
Hiroyuki YAMAMORI 2013-10-17 00:49:05 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent ac48d334ab
commit ceca6ddf26
4 changed files with 10 additions and 2 deletions

View file

@ -266,7 +266,7 @@ static grub_uint8_t linux_to_usb_map[128] = {
/* 0x72 */ 0, GRUB_KEYBOARD_KEY_JP_RO,
/* 0x74 */ 0, 0,
/* 0x76 */ 0, 0,
/* 0x78 */ 0, 0,
/* 0x78 */ 0, GRUB_KEYBOARD_KEY_KPCOMMA,
/* 0x7a */ 0, 0,
/* 0x7c */ GRUB_KEYBOARD_KEY_JP_YEN,
};