key-bug?

2003-02-20 Thread Michael Buesch
Hi. I have a problem with the keyboard. If I press the key with the keycode 94 (this is the key under the "a" and right from "left-shift"), nothing appears on the screen. xev says: KeyPress event, serial 27, synthetic NO, window 0x2a1, root 0x38, subw 0x0, time 4843886, (86,-8), root:(5

Re: key-bug?

2003-02-20 Thread Hedblom
Hi! I have the exact same problem using xfree 4.2.99.4. Less, greater and bar doesnt work on keycode 94. It worked perfectly fine on previous versions. Just so you dont think this is a anomaly. xmodmap -e "keycode 94 = less greater bar" fixes less and greater but bar is still missing. Cheer

Re: key-bug?

2003-02-20 Thread Michael Buesch
Oh thank you!!! It works now. I was really getting sad, because I'm a C++programmer and I really need this key. :) But how to fix the "bar"? Is this a real bug in xfree? Thanks! Regards Michael Buesch. On Thursday 20 February 2003 18:54, Hedblom wrote: > Hi! > > I have the exact same pro

Re: key-bug?

2003-02-21 Thread Mikael Andersson
On Thursday 20 February 2003 20.20, Michael Buesch wrote: > Oh thank you!!! > > It works now. I was really getting sad, because I'm a C++programmer and I > really need this key. :) > > But how to fix the "bar"? Is this a real bug in xfree? > What keyboards are you using and how is you XF86Conf

Re: key-bug?

2003-02-21 Thread Hedblom
On Fri, 21 Feb 2003 12:52:09 + Mikael Andersson <[EMAIL PROTECTED]> wrote: > On Thursday 20 February 2003 20.20, Michael Buesch wrote: > > Oh thank you!!! > > > > It works now. I was really getting sad, because I'm a C++programmer and I > > really need this key. :) > > > > But how to fix

Re: key-bug?

2003-02-21 Thread Oliver Welter
I had the same problem, but I solved it with the changing of the keyboard-model: setxkbmap -model pc102 I also tried to change this in /etc/X11/XF6Config but it didn't worked. For some unexpected reason the X-Server doesn't pay attention to the config-file. I was not able to change the model or

Re: key-bug?

2003-02-21 Thread Michael Buesch
hi. setxkbmap -model pc105 works for me. But changing it in XF86Config to pc105 doesn't work. regards Michael Buesch. On Friday 21 February 2003 13:35, Oliver Welter wrote: > I had the same problem, but I solved it with the changing of the > keyboard-model: > > setxkbmap -model pc102 > > I als

Re: key-bug?

2003-02-21 Thread Mikael Andersson
On Friday 21 February 2003 13.35, Oliver Welter wrote: > I had the same problem, but I solved it with the changing of the > keyboard-model: > > setxkbmap -model pc102 > > I also tried to change this in /etc/X11/XF6Config > but it didn't worked. XF86Config-4 is the file you should edit if that wasn

Re: key-bug?

2003-02-21 Thread Michael Buesch
On Friday 21 February 2003 18:56, Mikael Andersson wrote: > On Friday 21 February 2003 13.35, Oliver Welter wrote: > > I had the same problem, but I solved it with the changing of the > > keyboard-model: > > > > setxkbmap -model pc102 > > > > I also tried to change this in /etc/X11/XF6Config > > bu

Re: key-bug?

2003-02-21 Thread David Dawes
On Fri, Feb 21, 2003 at 07:30:54PM +, Andrew C Aitchison wrote: >On Thu, 20 Feb 2003, Michael Buesch wrote: > >> I have a problem with the keyboard. If I press the key with the keycode 94 >> (this is the key under the "a" and right from "left-shift"), nothing appears >> on the screen. > >> I