diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-09-21 23:03:10 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-09-21 23:03:10 +0000 |
commit | 631735f6b97e639d7c9728c7dcd7319ee0d29f18 (patch) | |
tree | 0142ce2292c5b51922bdb48d0d9e4b6ab94526a4 /perl-install/keyboard.pm | |
parent | 1a0116f9831e0736cca2ba447e05e952c837ec22 (diff) | |
download | drakx-631735f6b97e639d7c9728c7dcd7319ee0d29f18.tar drakx-631735f6b97e639d7c9728c7dcd7319ee0d29f18.tar.gz drakx-631735f6b97e639d7c9728c7dcd7319ee0d29f18.tar.bz2 drakx-631735f6b97e639d7c9728c7dcd7319ee0d29f18.tar.xz drakx-631735f6b97e639d7c9728c7dcd7319ee0d29f18.zip |
use "us" XKB file for Korean keyboard, otherwise some functionality is lost
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r-- | perl-install/keyboard.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 8546ac504..e93897e63 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -198,7 +198,9 @@ arch() eq "ppc" ? ( "it" => [ __("Italian"), "it-latin1", "it" ], #"iu" => [ __("Inuktitut"), "iu", "iu" ], "jp" => [ __("Japanese 106 keys"), "jp106", "jp" ], - "kr" => [ __("Korean keyboard"),"us", "kr" ], +#There is no XKB korean file yet; but using xmodmap one disables +# some functioanlity; "us" used for XKB until this is fixed + "kr" => [ __("Korean keyboard"),"us", "us" ], "la" => [ __("Latin American"), "la-latin1", "la" ], "lt" => [ __("Lithuanian AZERTY (old)"), "lt-latin7","lt_a" ], #- TODO: write a console kbd map for lt_new |