diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 10:32:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-25 10:32:30 +0000 |
commit | de381436c00c2f6ca61302261d4bd40e3d2ff1e1 (patch) | |
tree | e8a22baa5b0c01043109c4d3e9a0eb465d7696f7 | |
parent | d6e2fa57bb50453e2e189acf676510574193338b (diff) | |
download | drakx-kbd-mouse-x11-de381436c00c2f6ca61302261d4bd40e3d2ff1e1.tar drakx-kbd-mouse-x11-de381436c00c2f6ca61302261d4bd40e3d2ff1e1.tar.gz drakx-kbd-mouse-x11-de381436c00c2f6ca61302261d4bd40e3d2ff1e1.tar.bz2 drakx-kbd-mouse-x11-de381436c00c2f6ca61302261d4bd40e3d2ff1e1.tar.xz drakx-kbd-mouse-x11-de381436c00c2f6ca61302261d4bd40e3d2ff1e1.zip |
- library for installer:
o do not force "us" keyboard on everybody that choose "English (American)"
(#36575)
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | lib/keyboard.pm | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +- library for installer: + o do not force "us" keyboard on everybody that choose "English (American)" + (#36575) + Version 0.43 - 23 January 2008 - XFdrake: diff --git a/lib/keyboard.pm b/lib/keyboard.pm index 93a3e34..71b8e56 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -52,7 +52,7 @@ our %lang2keyboard = 'en_IE' => 'ie:80 gb:70 dvorak_gb:10', 'en_NG' => 'ng:80 us:60', 'en_NZ' => 'us:80 us3:70 us_intl:50 gb:40 dvorak:10 dvorak_gb:5', -'en_US' => 'us:90 us3:80 us_intl:50 dvorak:10', +'en_US' => 'us:89 us3:80 us_intl:50 dvorak:10', 'eo' => 'us_intl:89 dvorak_eo:30 dvorak:10', 'es' => 'es:85 lat:80 us_intl:50', 'et' => 'ee:90', |