Subject: Xmodmap probs.
To: None <port-arm32@NetBSD.ORG>
From: Ale Terlevich <A.I.Terlevich@DURHAM.AC.UK>
List: port-arm32
Date: 07/25/1996 14:02:16
  Hi, 

  I've finally got pissed off with the caps_lock/ ctrl keys on my RiscPC,
so I try to swap them using the method given in the manpage for xmodmap

I.e. xmodmap file
where file is

remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L =  Caps_Lock
keysym Caps_Lock = Control_L 
add Lock = Caps_Lock
add Control = Control_L


  However when I try that I get the following error...

X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  118 (X_SetModifierMapping)
  Value in failed request:  0xfd
  Serial number of failed request:  12
  Current serial number in output stream:  12


  It works fine on the suns I tried it on.

Ale.