Linked by Thom Holwerda on Fri 17th Feb 2012 22:40 UTC
Permalink for comment 507775
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2006-10-08
Erm... Type 5 isn't USB, if I remember correctly. Only Type 6 and 7 have the standard (Sun) and USB plug variants. I've only been using the USB variants (Type 6 in the past, Type 7 currently).
There are some interesting building projects to make the non-USB Sun keyboards work on PCs, which is relatively easy as they are serial keyboards:
http://www.buzzard.me.uk/jonathan/sunkbd.html
http://www.snafu.priv.at/mystuff/sunkbd.html
That might depend on the keyboard driver. In X, check the output for the keys using the xev program, then assign them symbols using xmodmap that can then be picked up by the desktop environment. In my case, I assigned "add mod4 = Multi_key" for the Compose key, And F13...F27 for the other keys, as well as Meta_L, Meta_R and Multi_key (which is the compose key that really works). Window Maker will then pick up those symbols when the key is "captured" in order to be connected to a window management function or a program to launch (through the menu). This can easily be done using Window Maker's configuration utility. Just make sure you load your ~/.xmodmaprc file on X startup.
In Linux, it should work similar as I assume my approach depends on X, not on actual Linux keyboard drivers (which may be different from what FreeBSD offers, but X should be basically the same in this regards).