[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86/Keyboard can't use at-sign



> > Well, here is my InputDevice section for my french keyboard. The key
> > option to get everything working was "XkbKeycodes" "macintosh". You
> > may want to give this a try.
> 
> This is kind of a kitchen sink approach...
> 
> > Section "InputDevice"
> >         Identifier  "Mac Keyboard"
> > 	Driver      "keyboard"
> > 	Option      "CoreKeyboard"
> > 
> > 	Option      "XkbKeycodes" "macintosh"
> > 	Option      "XkbTypes" "default"
> > 	Option      "XkbCompat" "default"
> > 	Option      "XkbRules" "xfree86"
> > 	Option      "XkbSymbols" "macintosh/fr_new"
> > 	Option      "XkbGeometry" "macintosh"
> > EndSection
> 
> You can probably drop XkbRules from the above.
> 
> Alternatively, the following should do the same thing:
> 
> 	XkbRules	xfree86
> 	XkbModel	macintosh
> 	XkbLayout	fr_new
> 
> ...and is even supported by the X server's debconf interface.
> 
> Let me know if that works.

With

	XkbRules        xfree86
        XkbModel        macintosh
        XkbLayout       fr_new

my keyboard is still screwed up. By adding XkbKeycodes macintosh
everything works fine.

-- 
Eric



Reply to: