Re: capslock fix for powerbooks

2002-04-15 Thread Josh Huber
Josh Huber <[EMAIL PROTECTED]> writes: >> You can try checking if your keyboard generates the raw >> 0xff keycode during the "missing" caps lock key up/down events. The >> patch needs this for it to work. In drivers/macintosh/adb.c:adb_input(), >> set "dump_adb_input" to 1 and watch your

Re: capslock fix for powerbooks

2002-04-15 Thread Josh Huber
[EMAIL PROTECTED] (Gregorio Gervasio Jr.) writes: > CONFIG_INPUT_ADBHID=y > CONFIG_MAC_ADBKEYCODES=y > > but run with: > > /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes > > set to 1 I have CONFIG_MAC_ADBKEYCODES disabled, and have for quite some time. I'll check to see if my keyboard gener

Re: capslock fix for powerbooks

2002-04-13 Thread eric
On 12 April, 2002 21:24, Jason E. Stewart wrote: > > > I *do* use ADB keycodes (too lazy to read how to figure out how to > switch). http://www.debian.org/ports/powerpc/keycodes for the info. i suggest that u print out or copy out by hand the table of keys, Just In Case. it's 1 1/2 pages long :)

Re: capslock fix for powerbooks

2002-04-12 Thread Gregorio Gervasio Jr.
> On Fri, 12 Apr 2002 16:50:54 -0400, Josh Huber <[EMAIL PROTECTED]> said: j> I'm seeing the usual pattern -- keydown event with no keyup event, and j> the next time and key up event with no corresponding key down event. j> I don't need to use ADB keycodes for this to work, do I? (I hope j> n

Re: capslock fix for powerbooks

2002-04-12 Thread Jason E. Stewart
"Josh Huber" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Jason E. Stewart) writes: > > > Yeah, that's the version I'm using on my pismo, and I did get it > > working. Rememeber to use xmodmap to move the keys around, or it > > won't do you any good. Also be careful if you've modified your >

Re: capslock fix for powerbooks

2002-04-12 Thread Josh Huber
[EMAIL PROTECTED] (Jason E. Stewart) writes: > Yeah, that's the version I'm using on my pismo, and I did get it > working. Rememeber to use xmodmap to move the keys around, or it > won't do you any good. Also be careful if you've modified your > default keymap (which I had done) to remove the caps

Re: capslock fix for powerbooks

2002-04-12 Thread Michel Dänzer
On Fri, 2002-04-12 at 19:02, Jason E. Stewart wrote: > "Michel Dänzer" <[EMAIL PROTECTED]> writes: > > > On Fri, 2002-04-12 at 18:38, Jason E. Stewart wrote: > > > > > > PS. Here's my xmodmap file, and I decided that I didn't want capslock > > > at all. > > > > > > #!/bin/sh > > > > > > xmodmap

Re: capslock fix for powerbooks

2002-04-12 Thread Jason E. Stewart
"Michel Dänzer" <[EMAIL PROTECTED]> writes: > On Fri, 2002-04-12 at 18:38, Jason E. Stewart wrote: > > > > PS. Here's my xmodmap file, and I decided that I didn't want capslock > > at all. > > > > #!/bin/sh > > > > xmodmap -e "remove Lock = Caps_Lock" > > xmodmap -e "remove Control = Control_L"

Re: capslock fix for powerbooks

2002-04-12 Thread Michel Dänzer
On Fri, 2002-04-12 at 18:38, Jason E. Stewart wrote: > > PS. Here's my xmodmap file, and I decided that I didn't want capslock > at all. > > #!/bin/sh > > xmodmap -e "remove Lock = Caps_Lock" > xmodmap -e "remove Control = Control_L" > xmodmap -e "keysym Caps_Lock = Control_L" > xmodmap -e "add

Re: capslock fix for powerbooks

2002-04-12 Thread Jason E. Stewart
"Josh Huber" <[EMAIL PROTECTED]> writes: > There are several messages in the archive about this fix -- is anyone > using it successfully? I'm trying it out with 2.4.19-presomething, > and it doesn't seem to do the trick. Is this the most up to date > version of said hack (below)? I'm using a Lo