summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
Commit message (Collapse)AuthorAgeFilesLines
* There is no arabic keyboard available for the consolePablo Saratxaga2003-02-261-1/+1
|
* translate grp_toggles at display-time, not compile-timePascal Rigaux2003-02-181-10/+10
|
* Enabled Arabic keyboard,Pablo Saratxaga2003-02-161-39/+43
| | | | | | | added full list of countries listed in iso 3166, changed japanese charset->font for KDE, removed charset names no longer used
* for GRP_TOGGLE'd keyboard layouts, have "us,XX" instead of simply "XX"Pascal Rigaux2003-02-111-1/+1
| | | | | (to have previous XFree's behaviour)
* language/country selection change:Guillaume Cottenceau2003-02-081-40/+12
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* switched some languages to UTF-8 (they use ascii only, so it shouldn'tPablo Saratxaga2003-01-291-1/+1
| | | | | be noticed); changed a keyboard name to match name used by XFree86
* (read): fix return value when no configured keyboard is foundPascal Rigaux2003-01-231-1/+1
|
* small keyboard name changePablo Saratxaga2003-01-201-2/+2
|
* Added some more English locales; and changed all locale names using xxPablo Saratxaga2003-01-161-0/+4
| | | | | | notation to xx_YY notation (so it's easier to just append a ".UTF-8" in case we provide a way to let the user choose if he wants UTF-8 or not)
* make return value name more explicitThierry Vignaud2003-01-091-3/+3
|
* simplifyThierry Vignaud2003-01-091-3/+3
|
* synchronized with XFree86 4.2.99 keyboard layout namesPablo Saratxaga2003-01-061-4/+4
|
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-0/+17
|
* do not use "local *F"Pascal Rigaux2002-12-041-6/+5
|
* Added Malayalam keyboardPablo Saratxaga2002-11-191-1/+3
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-12/+12
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-115/+115
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-108/+108
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* add XkbCompat "group_led" for all keyboards where a group layout switching ↵Pascal Rigaux2002-11-041-2/+3
| | | | is used
* Made Lithuanian numeric row keyboard bi-modePablo Saratxaga2002-09-231-1/+1
|
* most of the code of Xconfig::default::config_keyboard moved to ↵Pascal Rigaux2002-08-301-0/+17
| | | | keyboard::keyboard2full_xkb
* corrected DrakX internal keyboard name tr -> tr_qPablo Saratxaga2002-08-211-22/+1
|
* *** empty log message ***Pascal Rigaux2002-08-211-1/+1
|
* put back loadkeys_files which *is* used (by make_rescue_img)Pascal Rigaux2002-08-211-0/+33
|
* fix pablo... uh no, too hard. fix his typo instead ;pPascal Rigaux2002-08-201-1/+1
|
* merged keyboards with XFree86Pablo Saratxaga2002-08-201-3/+23
|
* - drop the loadkeys_files (it is unused)Pascal Rigaux2002-08-201-32/+4
| | | | | - add more precise check of the existence of .bkmap's and that share/keymaps.tar.bz2 is up to date
* - fix reading previous keyboard config on upgrade (for displaying in summary)Pascal Rigaux2002-08-121-1/+2
| | | | | | - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more)
* Added Tamils TSCII keyboardPablo Saratxaga2002-08-081-3/+4
|
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
|
* don't have "unsafe" in /etc/sysconfig/keyboardPascal Rigaux2002-08-011-0/+2
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-51/+56
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* make new perl_checker happyPascal Rigaux2002-07-311-1/+0
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-3/+3
|
* use usb keyboard bCountryCode to choose the right keyboardPascal Rigaux2002-07-301-46/+15
|
* added xx_YY -> keyboard lines in addition of xx -> keyboard onesPablo Saratxaga2002-03-151-2/+25
|
* (unpack_keyboards): return undef on errorPascal Rigaux2002-03-151-1/+1
|
* corrected the locale->keyboard list buildingPablo Saratxaga2002-03-071-4/+4
|
* make keyboard selection choose first the 5 first chars of lang;Pablo Saratxaga2002-03-071-3/+4
| | | | | then the 2 first chars;
* (loadkeys_files): ensure each file appear only oncePascal Rigaux2002-02-281-1/+1
|
* use the langs chosen to know the keyboards to propose (and not only the main ↵Pascal Rigaux2002-02-241-4/+4
| | | | lang)
* use invalid instead of unknown for errors when checkingPascal Rigaux2002-02-221-1/+1
|
* fixed some keyboard namesPablo Saratxaga2002-02-221-6/+6
|
* change the messagePascal Rigaux2002-02-221-2/+2
|
* disable perl warnings when checkingPascal Rigaux2002-02-221-0/+1
|
* - add checks for the various data structuresPascal Rigaux2002-02-221-10/+51
| | | | | - fix another typo for usb2drakxkbd
* fix typoPascal Rigaux2002-02-221-2/+2
|
* added the two ?win_toggle choicesPablo Saratxaga2002-02-221-0/+2
|
* some info useful for keyboard handlingPablo Saratxaga2002-02-221-110/+162
|