summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added Tamil language and keyboard choices (KDE is translated to Tamil)Pablo Saratxaga2002-01-311-0/+3
|
* Added Bulgarian "phonetic" keyboardPablo Saratxaga2002-01-301-3/+4
|
* finish journalled fs usage - PPC, add "\n" keyboard.pm, new modelinesStew Benedict2001-12-111-1/+1
|
* Added Swedish dvorak keyboardPablo Saratxaga2001-11-141-1/+2
|
* move to Linux keycodes on PPC, add additional Apple modelinesStew Benedict2001-10-091-6/+8
|
* use "us" XKB file for Korean keyboard, otherwise some functionality is lostPablo Saratxaga2001-09-211-1/+3
|
* small fix for "vn" keyboard (enable toggle key)Pablo Saratxaga2001-09-211-1/+1
|
* adapted keyboard priority numbers (it is useless to give a multichoice with aPablo Saratxaga2001-09-211-28/+28
| | | | | value higher than 90)
* Added choice of "English|Ireland (euro)" so people wanting English language ↵Pablo Saratxaga2001-09-171-0/+1
| | | | but also euro symbol can choose it.
* fixed Belgian keyboardPablo Saratxaga2001-09-171-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-1/+0
|
* filtered the list from lang2keyboard to display only valid keyboardsPascal Rigaux2001-09-131-1/+5
|
* cleanupPascal Rigaux2001-09-071-4/+5
|
* corrected lang.pm to have coherence in locale usage (it was the sourcePablo Saratxaga2001-09-061-12/+24
| | | | | | | | of much of the problems); changed keyboard.pm to ignore charset encoding in locale name for locale -> keyboard guessing. removed unused gconv modules, converted az.po to utf-8 (as it was the only remaining az.po on Earth still in a non standard encoding)
* fix keyboard config + some cleanupPascal Rigaux2001-09-061-2/+2
|
* (loadkeys_files): fixedPascal Rigaux2001-08-291-4/+12
|