summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
Commit message (Collapse)AuthorAgeFilesLines
* removed "caps:shift" it never fully solved the problem of turkish keyboardsPablo Saratxaga2004-09-151-1/+1
| | | | | | anyway; and a much better solution is done on newer keyboard maps in xorg package.
* disambiguation of keyboard names, so they can be translated differentlyPablo Saratxaga2004-09-121-104/+104
| | | | | from language names
* some more XKB keyboard names fixed to match xorg versionsPablo Saratxaga2004-09-101-14/+21
|
* fixed compose:rwin (it must be enabled if the key isn't used, and notPablo Saratxaga2004-09-101-3/+4
| | | | | when the key is already used); and a new keyboard toggle
* fixed Russian phonetic keyboard layout on xorgPablo Saratxaga2004-09-101-1/+1
|
* added (commented) new keyboard for tibetan script, so I remember it laterPablo Saratxaga2004-09-081-0/+3
|
* changed a keyboard namePablo Saratxaga2004-08-161-2/+2
|
* ppc doesn't use dumpkeys (?) (Christiaan Welvaart)Pascal Rigaux2004-08-051-1/+2
|
* the presence of loadkeys doesn't mean it is the regular one. (fixes loadkeys ↵Pascal Rigaux2004-06-151-5/+8
| | | | calling itself)
* enabled Latgalian language choice;Pablo Saratxaga2004-05-261-0/+1
| | | | | | prepared for Sardian; rpmsrate: Japanese input method is now "uim"
* Nepali uses devanagari scriptPablo Saratxaga2004-05-251-1/+1
|
* new keyboards; new lang->keyboard correspondencesPablo Saratxaga2004-05-251-4/+25
|
* don't trust the USB keyboard layout announc when it claims to be "us"Pablo Saratxaga2004-05-251-2/+5
| | | | | | layout (mosdt manufacturers just keep that default value while seeling different layouts)
* fix typoPascal Rigaux2004-05-121-1/+1
|
* use lang::analyse_locale_name() and lang::analyse_locale_name()Pascal Rigaux2004-05-111-4/+6
|
* - az, tr and tr_f needs XkbOptions 'caps:shift'Pascal Rigaux2004-03-231-8/+9
| | | | | - cleanup
* list jp106 keyboard as latin only to avoid the misleading screen aboutPablo Saratxaga2004-03-101-1/+4
| | | | | language switching (japanese input doesn't use that method)
* keyboard::load() causes some errors on kernel 2.4, ignoring themPascal Rigaux2004-03-091-2/+2
|
* rewrite & cleanup. Now works with kernel 2.6, don't know exactly why...Pascal Rigaux2004-02-101-20/+17
|
* ichanged console uz keyboard to uz.uniPablo Saratxaga2004-02-051-1/+1
|
* don't use ioctl KDSKBENT with kernel 2.6, until fixed...Pascal Rigaux2004-01-261-1/+1
|
* thx perl_checkoThierry Vignaud2003-11-241-1/+1
|
* reuse bg_command:Thierry Vignaud2003-11-231-8/+4
| | | | | | | - major cleanups - get rid of "kid exited -1 at /usr/lib/libDrakX/network/tools.pm line 182." warnings
* perl_checkerGuillaume Cottenceau2003-10-301-1/+1
|
* check_prog won't work if arguments are not properly splitted when passed to ↵Guillaume Cottenceau2003-10-301-1/+1
| | | | run_program
* if we have /bin/loadkeys, use itPascal Rigaux2003-10-231-1/+3
|
* - use setxkbmap instead of xmodmap if setxkbmap is availablePascal Rigaux2003-10-231-4/+8
| | | | | - don't run setxkbmap chrooted
* move setxkbmap to keyboard.pmPascal Rigaux2003-10-151-0/+7
|
* Uzbek console keyboard is now in console-tools; enabling itPablo Saratxaga2003-09-251-1/+1
|
* /me suxGuillaume Cottenceau2003-09-051-1/+1
|
* apply patch asked by pablo so that users are not confused duringGuillaume Cottenceau2003-09-051-0/+4
| | | | | | | install that their chosen grp_toggle is not usable. yes it's too late for additional translations but it's not very important that this is untranslated, it's better to have it in.
* - don't set XkbCompat to group_led, it's better to use grp_led:scroll inPascal Rigaux2003-08-261-2/+5
| | | | | | | | | | | | | | XkbOptions - also set compose:rwin if GRP_TOGGLE is not rwin_toggle. rationale: Also, for multilayout keyboards, it would be nice to also in XkbOptions "compose:rwin" to define the right windows key as the compose key (unless "rwin_toggle" has been choosen to toggle the layouts) "compose:rwin" is the default when loading a single latin layout, but is lost when loading several layouts...
* Added choice of Irish keyboard; updated the Georgian "latin layout" one.Pablo Saratxaga2003-08-201-4/+5
|
* corrected typoPablo Saratxaga2003-08-131-1/+1
|
* Turkish "F" keyboard was unavailable due to a typoPablo Saratxaga2003-08-051-2/+2
|
* removed bad keyboard from list for Swedish;Pablo Saratxaga2003-08-041-1/+2
|
* looks like a pablo's typoGuillaume Cottenceau2003-07-021-2/+2
|
* added spaces to make perl_checker happyPablo Saratxaga2003-07-011-4/+4
|
* iAdded various new keyboard layoutsPablo Saratxaga2003-07-011-9/+19
|
* changed the name of the russian phonetic layoutPablo Saratxaga2003-05-311-1/+1
|
* Added new toggle possibilities to the menu; use "en_US" for US layoutPablo Saratxaga2003-05-241-1/+8
|
* Renamed Serbian po files to follow standard (sr -> cyrillic, sr@Latn -> latin).Pablo Saratxaga2003-05-061-2/+2
| | | | | | | 'sh' is used internally by DrakX for identifier by DrakX; and 'sh_YU' used as locale name, for latin Serbian, to avoid use of '@' character which may be problematic in some cases.
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-5/+5
|
* 'Option "XkbCompat" "group_led"' is no good becausePascal Rigaux2003-04-211-1/+1
| | | | | | | | | | it means that effectively NO other compatibility settings are included i.e. NONE of standard XFree86 keys work, including Ctrl-Alt-Fx, Ctrl-Alt-KP+, Ctrl-Alt-KP- etc. 'Option "XkbCompat" "default+group_led"' is much better (thanks Andrey Borzenkov)
* Tagged cyrillic keyboard as non-latinPablo Saratxaga2003-03-121-1/+1
|
* Changed console Czech keyboardPablo Saratxaga2003-03-101-2/+2
|
* 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)