On 2002.01.21 16:53 Ben Logan wrote:
> I have a Logitech keyboard with similar keys.  I got them to work
> (under X) by using the following method:
> 
> Run 'xev' to get the keycode.
> 
> Use 'xmodmap' to map the code to a keysym known to X.  Once I got the
> commands right, I put them in my .xinitrc file.  Here's what it looks
> like for me:
> 
> xmodmap -e "keycode 236 = XF86Calculator"
> xmodmap -e "keycode 178 = XF86HomePage"
> 
> You can get a list of valid keysyms from
> 
> /usr/X11R6/lib/X11/XKeysymDB
> 
I am trying to get this working, but it doesn't seem as though the XF86 
keysyms have anything assigned to them. For example:

xmodmap -e "keycode 236 = XF86Mail"

Seems to load without error, but it doesn't actually do anything. Is there 
some way to check/assign whether anything is assigned to these keysyms?

Ian.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to