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
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep