bug-gnustep
[Top][All Lists]
Advanced

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

Re: [bug #30538] X11 backend should generate NSBackTabCharacter for shif


From: Fred Kiefer
Subject: Re: [bug #30538] X11 backend should generate NSBackTabCharacter for shift-tab
Date: Mon, 26 Jul 2010 13:04:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.10) Gecko/20100520 SUSE/3.0.5 Thunderbird/3.0.5

Am 26.07.2010 00:59, schrieb Derek Fawcus:
> On Sun, Jul 25, 2010 at 08:58:48PM +0000, Fred Kiefer wrote:
>>
>> Update of bug #30538 (project gnustep):
>>
>>                   Status:                    None => Need Info              
>>              Assigned to:                    None => FredKiefer             
>>
>>     _______________________________________________________
>>
>> Follow-up Comment #1:
>>
>> I just added support for
>> NSBackTabCharacter into gui, so the basic gui code wont stop working as soon
>> as this patch gets applied.
> 
> A typo in your change to NSWindow.m:
> 
>    // If this is a BACKTAB event, move to the previous key view
>    if (character == NSTabCharacter)
>            {
>              [self selectPreviousKeyView: self];
>              return;
>            }
> 
> err - that looks like it should be comparing to NSBackTabCharacter not 
> NSTabCharacter :-)
> 

Oops, thank you for pointing out. It is fixed in SVN now.



reply via email to

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