summaryrefslogtreecommitdiffstats
path: root/kbd.py
Commit message (Collapse)AuthorAgeFilesLines
* fix for Slovenian keyboardbfox2001-11-091-0/+1
|
* add swiss german mapping #53205Matt Wilson2001-09-051-0/+1
|
* add turkish mapping (SF #53229)Matt Wilson2001-09-051-0/+1
|
* Corrected French Canadian mapping cf->ca_enhanced (bug#52309)mharris2001-08-241-1/+1
|
* Write out correct XF86Config file for Swiss German keyboards. Fixes bug 39304bfox2001-08-161-0/+1
|
* fix Czech keyboard default (#51271)Matt Wilson2001-08-101-2/+2
|
* move whether the keyboard has been manually set into the keyboard objectJeremy Katz2001-07-221-0/+1
| | | | as opposed to being in the interfaces. fixes 49618
* copyrightMatt Wilson2001-06-221-0/+15
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-0/+9
|
* added entry for br-abnt2 keyboardbfox2001-02-171-0/+2
|
* removed duplicate sk-qwerty entrybfox2001-02-171-1/+0
|
* Addressed bug 16678.bfox2001-01-031-54/+58
|
* Added entry for Ukrainian.bfox2000-12-181-0/+1
|
* Added entry for Slovak keyboards. Resolves bug #5977 but requires an ↵bfox2000-12-151-1/+2
| | | | addition to /lib/X11/xkb/rules/xfree86.lst
* Removed print statementbfox2000-12-131-1/+0
|
* Removed some print statements.bfox2000-12-061-4/+4
|
* Added support for Dvorak keyboards to the installer. Needs to be tested.bfox2000-12-051-1/+10
|
* Removed debug statementsbfox2000-12-051-4/+0
|
* Fixed bug 18385.bfox2000-12-041-2/+13
|
* Changed the default US keyboard to pc105. There may be some problems with ↵bfox2000-11-171-1/+1
| | | | keymaps, so this needs to be tested. Also, I didn't change any foreign keyboards because I don't know anything about them.
* oops, hu keyboard was mapped to fr_CHMatt Wilson2000-08-021-1/+1
|
* default back to 101 till we fix alt/metaMatt Wilson2000-07-251-2/+2
|
* rework exception handling in GUI so we can catch during the todo.doinstall, ↵Matt Wilson2000-07-121-2/+2
| | | | use pc104 as default kbd
* fix icelandic keymaps, bugzilla #13085Mike Fulbright2000-07-071-0/+1
|
* set sun keytable properlyErik Troan2000-05-031-1/+1
|
* fixed conflict handling for non-sun x->console mappingErik Troan2000-03-061-50/+54
|
* fix keyboard map weightingMatt Wilson2000-03-061-6/+10
|
* add uk map, sort console2xkbMatt Wilson2000-02-141-37/+38
|
* sun keyboard fixesMatt Wilson2000-02-071-1/+5
|
* sun keyboard fixMatt Wilson2000-02-071-4/+17
|
* set kernel map from X settingsMatt Wilson2000-02-021-1/+21
|
* removed extraneous .map.gz from sun keymap listErik Troan1999-12-271-1/+1
|
* Fix parsing of probed Sun keyboard.jakub1999-10-181-3/+3
|
* Make serial console installs work.jakub1999-10-041-2/+11
|
* DiskDruid hacks:jakub1999-10-011-1/+1
| | | | | | | | | Make /boot default for WS and Server installations for sparc32, allow the user to make new sun disk labels, show appropriate partition types for new partition creation, move all maxswap computations into one place, add special constraint for sparc32 /boot or / (if no /boot), so that it will fit into first 1GB of the disk. Small fix in kbd.py.
* Keyboard autodetection, separated Keyboard stuff into separate module.jakub1999-09-301-0/+220