That worked, thank you. And sticky keys too. This is the wrapper I use, just in case someone finds it useful:
#!/bin/sh setxkbmap -option ctrl:swapcaps xkbset exp -bell -sticky -twokey -latchlock -accessx -feedback -stickybeep -led 9999 xkbset bell sticky -twokey -latchlock feedback led stickybeep exec $* Unfortunatelly, xpra is too slow for me. Cheers Ivan On Fri, May 16, 2014 at 5:23 PM, Antoine Martin <[email protected]> wrote: > On 16/05/14 21:47, ivan wrote: >> Hi, >> >> On the client, I have the caps and the control keys switched using >> setxkbmap. This setting does not appear to be followed in the >> winswitch window connected over the nx protocol to server. Is there a >> way to swapcaps under winswitch? > You may be able to do the same thing on the server using setxkbmap in > your session after connecting. > Unfortunately, winswitch does not provide a way to automate this. > This should work out of the box in xpra, at least with X11 clients.. > > Cheers > Antoine > _______________________________________________ > shifter-users mailing list > [email protected] > http://lists.devloop.org.uk/mailman/listinfo/shifter-users _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
