discuss-gnustep
[Top][All Lists]
Advanced

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

Re: key masks


From: Nicola Pero
Subject: Re: key masks
Date: Mon, 4 Feb 2002 09:54:29 +0000 (GMT)

> Hi,
> 
> I just noticed that NSAlternateKeyMask on my keyboard is only set if the Alt 
> key
> on the right side of the space bar is pressed, the left one is ignored. Is 
> this 
> a problem with my settings ( a stock RH 7.2 Linux ) or is that a bug in 
> GNUstep?

Looks like correct - the left one should be bound to NSCommandKeyMask, not
to NSAlternateKeyMask.

The problem is that nextstep/openstep mandates three basic modifiers - 

Control, Alternate, Command.

but on a PC keyboard, there is no Command key, so we have to usurpate some
other PC key and bound it to Command :-)

More info at -

http://www.gnustep.org/resources/documentation/gnustep-gui_6.html#SEC43




reply via email to

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