Re: X key bindings don't work on new system

2014-03-07 Thread Joel Roth
Carl Johnson wrote: > Joel Roth writes: > > my xmodmap commands for remapping > > the CAPS key to behave as CTRL (in .xinitrc) work in my > > usual system, but have no effect on this newly installed > > system. Both systems are running an up-to-date sid, > > and I've copied over my .bashrc. > >

Re: X key bindings don't work on new system

2014-03-07 Thread Siard
Joel Roth wrote: > # remap CAPSLOCK to be CTRL > > rxvt -e screen -D -r > xmodmap -e 'keycode 66 = Control_L' > xmodmap -e 'clear Lock' > xmodmap -e 'add Control = Control_L' > xset b off# this suppresses beep > setxkbmap -option terminate:ctrl_alt_bksp # this works

Re: X key bindings don't work on new system

2014-03-07 Thread berenger . morel
Le 06.03.2014 23:34, Joel Roth a écrit : Hi list, I've dusted off an old, fanless computer with an Epia (Via) main board, and installed sid. One thing I notice is that my xmodmap commands for remapping the CAPS key to behave as CTRL (in .xinitrc) work in my usual system, but have no effect on

Re: X key bindings don't work on new system

2014-03-07 Thread Andrei POPESCU
On Jo, 06 mar 14, 12:34:02, Joel Roth wrote: > Hi list, > > I've dusted off an old, fanless computer with an Epia > (Via) main board, and installed sid. > > One thing I notice is that my xmodmap commands for remapping > the CAPS key to behave as CTRL (in .xinitrc) work in my > usual system, but h

Re: X key bindings don't work on new system

2014-03-06 Thread Carl Johnson
Joel Roth writes: > Hi list, > > I've dusted off an old, fanless computer with an Epia > (Via) main board, and installed sid. > > One thing I notice is that my xmodmap commands for remapping > the CAPS key to behave as CTRL (in .xinitrc) work in my > usual system, but have no effect on this newly

X key bindings don't work on new system

2014-03-06 Thread Joel Roth
Hi list, I've dusted off an old, fanless computer with an Epia (Via) main board, and installed sid. One thing I notice is that my xmodmap commands for remapping the CAPS key to behave as CTRL (in .xinitrc) work in my usual system, but have no effect on this newly installed system. Both systems ar