[vox-tech] using xmodmap to swap modifier key locations

Henry House vox-tech@lists.lugod.org
Wed, 8 Oct 2003 22:05:50 -0700


--k+w/mQv8wyuph6w0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

The manual page for xmodmap lists the following example (exact quote):

	!
	! Swap Caps_Lock and Control_L
	!
	remove Lock =3D Caps_Lock
	remove Control =3D Control_L
	keysym Control_L =3D Caps_Lock
	keysym Caps_Lock =3D Control_L
	add Lock =3D Caps_Lock
	add Control =3D Control_L

which is said to turn the left caps lock key into a control key and the left
control key into a caps lock key. It does not work. On my system, running t=
he
above commands (saved to a file, then run using 'xmodmap <filename>') turns
the left control key into a shift key (!) and has no effect on the caps lock
key. Neither xmodmap nor the x server print any errors or other messages.
Does anyone have a suggestion? My XFree86 config file follows.=20





Section "Module"
    #Load        "dbe"  	# Double buffer extension
    #SubSection  "extmod"
    #  Option    "omit xfree86-dga"   # don't initialise the DGA extension
    #EndSubSection
    Load        "extmod"
    Load        "type1"
    Load        "freetype"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   	"/usr/X11R6/lib/X11/fonts/misc/"
    FontPath	"tcp/wotan:7110"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    #Option "XkbRules"	"xfree86"
    #Option "XkbModel"	"pc101"
    #Option "XkbLayout"	"us"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option	"Protocol"    "PS/2"
    Option 	"Device"      "/dev/psaux"
    Option	"Emulate3Buttons" "true"
    #Option	Emulate3Timeout 50
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    HorizSync	50-75
    VertRefresh	50-100
    Option	"DPMS"
EndSection

Section "Device"
    Identifier	"trident"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver    	"trident"
    #VideoRam	65536
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "trident"
    Monitor     "My Monitor"
    DefaultDepth 16
    SubSection "Display"
        Depth       16
        Modes       "1280x1024"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen 	"Screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#end

--=20
Henry House
The unintelligible text that may follow is a digital signature.=20
See <http://hajhouse.org/pgp> for information.  My OpenPGP key:
<http://hajhouse.org/hajhouse.asc>.


--k+w/mQv8wyuph6w0
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/hOyti3lu92AVGcIRAnuLAJ0aLa2M4PFVEUXRMi6E7Y2yGlhqDgCfZwOb
uL8SX2ncUYwOtTkQ/vMWxLM=
=XLWt
-----END PGP SIGNATURE-----

--k+w/mQv8wyuph6w0--