Jason Doyle wrote:
IHAC that's using Sun Ray 2's with Sun PC (Type 7) keyboards to access their Citrix-based health care applications. They require a Right+Ctrl key option but our keyboards don't have a Ctrl on the right side of the keyboard. They've asked if we can map the "Compose" key to be a Ctrl key. Is this possible and can someone offer some instructions? Thanks!

I'd start by running xev, so that you can determine the keycode/keysym for your Compose key.
Then you can use xmodmap to swap functions.

For example, on some keyboards (the good ones with Caps-Lock in the lower-left where it belongs) I like to disable Caps Lock and turn it into a Meta key. I use the following sequence:
xmodmap -e "clear lock" -e "keycode 66 = Meta_L" -e "add mod4 = Meta_L"

-Bob

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to