|
From: James S. <jsi...@tr...> - 2001-06-17 14:15:31
|
Fix added :-) Thank you. On Sat, 16 Jun 2001, Chris wrote: > Hi, > My apologies if this is old news. While trying to get my key settings > sorted out, I noticed that the \ key on my Type 4 wasn't doing anything. > Looking at sunkbd.c, the entry in sunkbd_keycode corresponding to the > \ key contained 0 (the last line in the array, first zero from the right). > Changing this to 86 allows the use of the \ key. ie: The last line of the > sunkbd_keycode array should read: > > 79, 80, 81, 0, 0, 0,138, 58,125, 57,126,109, 86, 78 > > Chris > -- > New sig in the works > Explorer 2260, Designer and Coder > http://www.starforge.co.uk > -- > In case of atomic attack, the federal ruling against prayer in schools > will be temporarily canceled. > > > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > http://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > |