CVSROOT: /cvs Module name: xenocara Changes by: clau...@cvs.openbsd.org 2010/11/26 09:53:00
Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c Log message: Add a nasty little hack to make keyboard selection work for Swiss keyboard encodings and the Canadian French one. The way XkbLayout and XkbVariant work for this encodings changed some long time ago and the result was that you would end up with no keyboard at all in X. Now XkbVariant includes part of the layout selection which is about as ugly and makes the wscons mapping a bit tricky. OK matthieu@, maja@