1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

Fix scancodes for Kana and Eisu keys.

PR:		204709
Submitted by:	naito.yuichiro@gmail.com
MFC after:	3 days
This commit is contained in:
Hans Petter Selasky 2015-11-21 21:14:16 +00:00
parent 4187a96543
commit d6c5363360
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291145

View File

@ -226,8 +226,8 @@ static int32_t const x[] =
/* Keyboard Int'l 7 8D */ -1, /* Unassigned */
/* Keyboard Int'l 8 8E */ -1, /* Unassigned */
/* Keyboard Int'l 9 8F */ -1, /* Unassigned */
/* Keyboard Lang 1 90 */ 0x71, /* eisu */
/* Keyboard Lang 2 91 */ 0x72, /* kana */
/* Keyboard Lang 1 90 */ 0x71, /* Kana */
/* Keyboard Lang 2 91 */ 0x72, /* Eisu */
/* Keyboard Lang 3 92 */ 0x78, /* F8 */
/* Keyboard Lang 4 93 */ 0x77, /* F7 */
/* Keyboard Lang 5 94 */ 0x76, /* F6 */