Reply To: Caps-Ctrl Swap still a problem – TR07L04481

Forum / General Discussions / Caps-Ctrl Swap still a problem – TR07L04481 / Reply To: Caps-Ctrl Swap still a problem – TR07L04481

#5884
iceback
Participant

purity$ xmodmap -pke | grep -w Control_L
keycode  66 = Control_L NoSymbol Control_L
purity$ xmodmap -pke | grep -w Caps_Lock
keycode  37 = Caps_Lock NoSymbol Caps_Lock
purity$ /usr/NX/bin/nxserver –version
NoMachine – Version 4.4.1

quirky$ xmodmap -pke | grep Control_L
keycode  66 = Control_L NoSymbol Control_L
quirky$ xmodmap -pke | grep Caps_Lock
keycode  37 = Caps_Lock NoSymbol Caps_Lock
quirky$ /usr/NX/bin/nxserver –version
NoMachine – Version 4.4.1

xev (on purity) tells me

KeyPress event, serial 33, synthetic NO, window 0x5a00001,
root 0x298, subw 0x0, time 3008808426, (784,664), root:(794,756),
state 0x2, keycode 37 (keysym 0xffe5, Caps_Lock), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
when I press the key labelled “Ctrl”. i.e. it is swapped, and

KeyRelease event, serial 33, synthetic NO, window 0x5a00001,
root 0x298, subw 0x0, time 3008788137, (784,664), root:(794,756),
state 0x4, keycode 66 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
when I press the key labelled “Caps Lock”, again swapped as expected

I just now connect from purity to quirky and indeed the “key labelled CapsLock” still toggles Upper Lower case and acts as a control key.  I’ll send the logfile(s).  I’m assuming they are the ones which named “quirky”.

Has anyone reported success with this swapping?