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

Re: Problem with windows-key



On Wed, Jul 20, 2005 at 12:36:42PM +0200, David Martínez Moreno wrote:
> El Martes, 19 de Julio de 2005 17:26, bxuefeng escribió:
> > > > On Friday 15 July 2005 17:46, Roman Kreisel wrote:
> > > > Well... i just found out: It wasn't a kde-problem but an X.Org-Problem.
> > > > I changed from "driver \"keyboard\"" to "driver \"kbd\"" and everything
> > > > works fine now.
> >
> > win-key does not work for me here either. I am using kde 3.4.1 and in my
> > XF86Config-4, the keyboard is pc104. I did what you suggested above: to
> > make driver from keyboard to kbd but win-key still can't work.
> >
> > Could anyone hint me on how to make win-key back to work again?
> 
> 	Maybe pc105 will do the trick?

I have a British 105-key keyboard and the Windows-key works fine (I use 
Win-[1-6] to change desktop). I seem to remember it not working immediately 
after the upgrade to XOrg, until I added the "nodeadkeys" variant I think. You 
can do that using dpkg-reconfigure... or edit /etc/X11/xorg.conf. 

My keyboard section looks like:

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "gb"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Cheers

James Wells



Reply to: