discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GS...AlternateKey usage Bug?


From: Dennis Leeuw
Subject: Re: GS...AlternateKey usage Bug?
Date: Fri, 20 Jan 2006 15:41:29 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20051002)

Fred Kiefer wrote:
Dennis Leeuw wrote:

Using NSGlobalDomain to set ALT left and ALT right doesn't seem to do
anything. When I change my settings to be the reverse.
GSFirstAlternateKey = Alt_L;
GSSecondAlternateKey = Alt_R;
or swapped
GSFirstAlternateKey = Alt_R;
GSSecondAlternateKey = Alt_L;
doesn't change anything.

On my system only my right ALT key is active. Any ideas?



As explained in the DefaultsSummary document for back and the
KeyboardSetup document of gui, the default setting for GSFirstCommandKey
is Alt_L. You will need to redefine this first, if you want to use Alt_L
as the second (or first, this does not make any difference) ALT key.

No other key has Alt_L assigned:
        GSFirstAlternateKey = Alt_L;
        GSFirstCommandKey = Control_L;
        GSFirstControlKey = Super_L;
        GSSecondAlternateKey = Alt_R;
        GSSecondCommandKey = Control_R;
        GSSecondControlKey = Super_R;

Dennis


Hope this helps
Fred



--
"It is not necessary to change.
 After all, survival is not mandatory."
        Dr. W. Edwards Deming




reply via email to

[Prev in Thread] Current Thread [Next in Thread]