• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Ctrl key locked down
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ctrl key locked down


  • Subject: Re: Ctrl key locked down
  • From: "Barto, David" <email@hidden>
  • Date: Tue, 13 Nov 2007 13:55:19 -0800
  • Thread-topic: Ctrl key locked down

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.

If I ignore the first shell and start a second window, then exit the first
window, it is OK to resize the second window. Apparently the start of the
X11 process combined with a resize of the window (click/drag) causes the
problem.

I've also installed the Xlib to fix the gimp click/drag issue. That may be a
place to consider.

    David



-- 
B.A.R.T.O.:
    Biomechanical Android Responsible for Troubleshooting and Observation
    <http://www.brunching.com/cyborger.html>

David Barto
email@hidden
http://www.kdbarto.org



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      (email@hidden)

This email sent to email@hidden

  • Follow-Ups:
    • Re: Ctrl key locked down
      • From: Ben Byer <email@hidden>
References: 
 >Re: Ctrl key locked down (From: Martin Costabel <email@hidden>)

  • Prev by Date: Re: Warning: No xauth data; using fake authentication data, for X11 forwarding
  • Next by Date: Re: announcing Xquartz release 1.2a9
  • Previous by thread: Re: Ctrl key locked down
  • Next by thread: Re: Ctrl key locked down
  • Index(es):
    • Date
    • Thread