Re: Ctrl key locked down
Re: Ctrl key locked down
- Subject: Re: Ctrl key locked down
- From: Ben Byer <email@hidden>
- Date: Tue, 13 Nov 2007 16:14:06 -0800
On Nov 13, 2007, at 1:55 PM, Barto, David wrote:
On 11/13/07 1:39 PM, "Martin Costabel" <email@hidden> wrote:
Barto, David wrote:
Dang. I just upgraded to -9 and got hit by the ctrl-key being
locked down.
I re-started X11 and it cleared.
Isn't it sufficient to hit ctrl again and it clears?
Tried that; it didn't work for me.
What I found was this:
Start remote shell that starts X11:
#! /bin/sh
[ "$1" = "" ] && {
echo "Usage: $0 <host> [username]"
exit 1
}
SERVER=$1
ssh -n -X -l ${2:-barto} $SERVER xterm
Finish login and then resize the window before typing anything into
it.
Bang - control key locked down.
Have you given xev a try? If not, it might be able to shed some light
as to why the server thinks you have the key held down.
--
Ben Byer
CoreOS / BSD Technology Group, XDarwin maintainer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden