summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-03-10 17:24:14 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-03-10 17:24:14 +0000
commit2341086e1a95cde5968a7b72297f076f7e2954ce (patch)
tree9be8317846419e73e86d59e53acd5c73df835c16 /perl-install/keyboard.pm
parentd40d0b270555d049389a41781d9e772b3234aaec (diff)
downloaddrakx-backup-do-not-use-2341086e1a95cde5968a7b72297f076f7e2954ce.tar
drakx-backup-do-not-use-2341086e1a95cde5968a7b72297f076f7e2954ce.tar.gz
drakx-backup-do-not-use-2341086e1a95cde5968a7b72297f076f7e2954ce.tar.bz2
drakx-backup-do-not-use-2341086e1a95cde5968a7b72297f076f7e2954ce.tar.xz
drakx-backup-do-not-use-2341086e1a95cde5968a7b72297f076f7e2954ce.zip
list jp106 keyboard as latin only to avoid the misleading screen about
language switching (japanese input doesn't use that method)
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r--perl-install/keyboard.pm5
1 files changed, 4 insertions, 1 deletions
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