| Commit message (Expand) | Author | Age | Files | Lines |
* | the presence of loadkeys doesn't mean it is the regular one. (fixes loadkeys ... | Pascal Rigaux | 2004-06-15 | 1 | -5/+8 |
* | enabled Latgalian language choice; | Pablo Saratxaga | 2004-05-26 | 1 | -0/+1 |
* | Nepali uses devanagari script | Pablo Saratxaga | 2004-05-25 | 1 | -1/+1 |
* | new keyboards; new lang->keyboard correspondences | Pablo Saratxaga | 2004-05-25 | 1 | -4/+25 |
* | don't trust the USB keyboard layout announc when it claims to be "us" | Pablo Saratxaga | 2004-05-25 | 1 | -2/+5 |
* | fix typo | Pascal Rigaux | 2004-05-12 | 1 | -1/+1 |
* | use lang::analyse_locale_name() and lang::analyse_locale_name() | Pascal Rigaux | 2004-05-11 | 1 | -4/+6 |
* | - az, tr and tr_f needs XkbOptions 'caps:shift' | Pascal Rigaux | 2004-03-23 | 1 | -8/+9 |
* | list jp106 keyboard as latin only to avoid the misleading screen about | Pablo Saratxaga | 2004-03-10 | 1 | -1/+4 |
* | keyboard::load() causes some errors on kernel 2.4, ignoring them | Pascal Rigaux | 2004-03-09 | 1 | -2/+2 |
* | rewrite & cleanup. Now works with kernel 2.6, don't know exactly why... | Pascal Rigaux | 2004-02-10 | 1 | -20/+17 |
* | ichanged console uz keyboard to uz.uni | Pablo Saratxaga | 2004-02-05 | 1 | -1/+1 |
* | don't use ioctl KDSKBENT with kernel 2.6, until fixed... | Pascal Rigaux | 2004-01-26 | 1 | -1/+1 |
* | thx perl_checko | Thierry Vignaud | 2003-11-24 | 1 | -1/+1 |
* | reuse bg_command: | Thierry Vignaud | 2003-11-23 | 1 | -8/+4 |
* | perl_checker | Guillaume Cottenceau | 2003-10-30 | 1 | -1/+1 |
* | check_prog won't work if arguments are not properly splitted when passed to r... | Guillaume Cottenceau | 2003-10-30 | 1 | -1/+1 |
* | if we have /bin/loadkeys, use it | Pascal Rigaux | 2003-10-23 | 1 | -1/+3 |
* | - use setxkbmap instead of xmodmap if setxkbmap is available | Pascal Rigaux | 2003-10-23 | 1 | -4/+8 |
* | move setxkbmap to keyboard.pm | Pascal Rigaux | 2003-10-15 | 1 | -0/+7 |
* | Uzbek console keyboard is now in console-tools; enabling it | Pablo Saratxaga | 2003-09-25 | 1 | -1/+1 |
* | /me sux | Guillaume Cottenceau | 2003-09-05 | 1 | -1/+1 |
* | apply patch asked by pablo so that users are not confused during | Guillaume Cottenceau | 2003-09-05 | 1 | -0/+4 |
* | - don't set XkbCompat to group_led, it's better to use grp_led:scroll in | Pascal Rigaux | 2003-08-26 | 1 | -2/+5 |
* | Added choice of Irish keyboard; updated the Georgian "latin layout" one. | Pablo Saratxaga | 2003-08-20 | 1 | -4/+5 |
* | corrected typo | Pablo Saratxaga | 2003-08-13 | 1 | -1/+1 |
* | Turkish "F" keyboard was unavailable due to a typo | Pablo Saratxaga | 2003-08-05 | 1 | -2/+2 |
* | removed bad keyboard from list for Swedish; | Pablo Saratxaga | 2003-08-04 | 1 | -1/+2 |
* | looks like a pablo's typo | Guillaume Cottenceau | 2003-07-02 | 1 | -2/+2 |
* | added spaces to make perl_checker happy | Pablo Saratxaga | 2003-07-01 | 1 | -4/+4 |
* | iAdded various new keyboard layouts | Pablo Saratxaga | 2003-07-01 | 1 | -9/+19 |
* | changed the name of the russian phonetic layout | Pablo Saratxaga | 2003-05-31 | 1 | -1/+1 |
* | Added new toggle possibilities to the menu; use "en_US" for US layout | Pablo Saratxaga | 2003-05-24 | 1 | -1/+8 |
* | Renamed Serbian po files to follow standard (sr -> cyrillic, sr@Latn -> latin). | Pablo Saratxaga | 2003-05-06 | 1 | -2/+2 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -5/+5 |
* | 'Option "XkbCompat" "group_led"' is no good because | Pascal Rigaux | 2003-04-21 | 1 | -1/+1 |
* | Tagged cyrillic keyboard as non-latin | Pablo Saratxaga | 2003-03-12 | 1 | -1/+1 |
* | Changed console Czech keyboard | Pablo Saratxaga | 2003-03-10 | 1 | -2/+2 |
* | There is no arabic keyboard available for the console | Pablo Saratxaga | 2003-02-26 | 1 | -1/+1 |
* | translate grp_toggles at display-time, not compile-time | Pascal Rigaux | 2003-02-18 | 1 | -10/+10 |
* | Enabled Arabic keyboard, | Pablo Saratxaga | 2003-02-16 | 1 | -39/+43 |
* | for GRP_TOGGLE'd keyboard layouts, have "us,XX" instead of simply "XX" | Pascal Rigaux | 2003-02-11 | 1 | -1/+1 |
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -40/+12 |
* | switched some languages to UTF-8 (they use ascii only, so it shouldn't | Pablo Saratxaga | 2003-01-29 | 1 | -1/+1 |
* | (read): fix return value when no configured keyboard is found | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
* | small keyboard name change | Pablo Saratxaga | 2003-01-20 | 1 | -2/+2 |
* | Added some more English locales; and changed all locale names using xx | Pablo Saratxaga | 2003-01-16 | 1 | -0/+4 |
* | make return value name more explicit | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
* | simplify | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
* | synchronized with XFree86 4.2.99 keyboard layout names | Pablo Saratxaga | 2003-01-06 | 1 | -4/+4 |