[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GS...AlternateKey usage Bug?
From: |
Fred Kiefer |
Subject: |
Re: GS...AlternateKey usage Bug? |
Date: |
Fri, 20 Jan 2006 14:15:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 |
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.
Hope this helps
Fred