From 9d56332a1b7b3a8b7b2f332ff3b5c79073f25349 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 23 Mar 2005 11:29:43 +0000 Subject: changed tifinagh kbd to "tifinagh(phonetic)", to avoid conflicts with future moroccan standard layout (as will be used in schools etc) which is a bit different --- perl-install/keyboard.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 969e94a4f..91ed4c04c 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -308,7 +308,9 @@ arch() =~ /^sparc/ ? ( "th_pat" => [ N_("_: keyboard\nThai (Pattachote)"), "us", "th_pat", 1 ], # TODO: console map # NOTE: we define a triple layout here -"tifinagh" => [ N_("_: keyboard\nTifinagh (+latin/arabic)"), "us", "fr,tifinagh,ar(azerty)", 1 ], +# NOTE: this is the "phonetic" layout, not standard moroccan +# layout (the standard is still in proposal mode) +"tifinagh" => [ N_("_: keyboard\nTifinagh (+latin/arabic)"), "us", "fr,tifinagh(phonetic),ar(azerty)", 1 ], # TODO: console map "tj" => [ N_("_: keyboard\nTajik"), "ru4", "tj", 1 ], # TODO: console map -- cgit v1.2.1