From 2341086e1a95cde5968a7b72297f076f7e2954ce Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 10 Mar 2004 17:24:14 +0000 Subject: list jp106 keyboard as latin only to avoid the misleading screen about language switching (japanese input doesn't use that method) --- perl-install/keyboard.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 7a71e84e5..181877d39 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -194,7 +194,10 @@ arch() =~ /^sparc/ ? ( "is" => [ N_("Icelandic"), "is-latin1", "is", 0 ], "it" => [ N_("Italian"), "it-latin1", "it", 0 ], "iu" => [ N_("Inuktitut"), "us", "iu", 1 ], - "jp" => [ N_("Japanese 106 keys"), "jp106", "jp", 1 ], +# Japanese keyboard is dual latin/kana; but telling it here shows a +# message to choose the switching key that is misleading, as input methods +# aren't automatically enabled when typing in kana + "jp" => [ N_("Japanese 106 keys"), "jp106", "jp", 0 ], "kan" => [ N_("Kannada"), "us", "kan", 1 ], #There is no XKB korean file yet; but using xmodmap one disables # some functioanlity; "us" used for XKB until this is fixed -- cgit v1.2.1