From 9c6d4260cb9e99a6e535024e128eda6db371b17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 15 Sep 2004 17:19:02 +0000 Subject: [PATCH] added japanese keys support , untested git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8979 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../devices/keyboard/KeyboardInputDevice.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp index 48020ceff5..7b360647c1 100644 --- a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp +++ b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp @@ -171,20 +171,20 @@ const uint32 at_keycode_map[] = { 0x00, // UNMAPPED 0x00, // UNMAPPED 0x00, // UNMAPPED + 0x6e, // Katakana/Hiragana, second key right to spacebar, japanese + 0x00, // UNMAPPED + 0x00, // UNMAPPED + 0x6b, // Ro (\\ key, japanese) 0x00, // UNMAPPED 0x00, // UNMAPPED 0x00, // UNMAPPED 0x00, // UNMAPPED 0x00, // UNMAPPED + 0x6d, // Henkan, first key right to spacebar, japanese 0x00, // UNMAPPED + 0x6c, // Muhenkan, key left to spacebar, japanese 0x00, // UNMAPPED - 0x00, // UNMAPPED - 0x00, // UNMAPPED - 0x00, // UNMAPPED - 0x00, // UNMAPPED - 0x00, // UNMAPPED - 0x00, // UNMAPPED - 0x00, // UNMAPPED + 0x6a, // Yen (macron key, japanese) 0x00, // UNMAPPED 0x00, // UNMAPPED 0x00, // UNMAPPED