Re: closing the window closes the whole editor

Le Mercredi 02 Mars 2005 16:57, Anand Kumria a écrit :
> On Wed, Mar 02, 2005 at 12:36:09PM +0100, Irene Vatton wrote:
> > Le Mardi 01 Mars 2005 18:03, vous avez ?crit?:
> > > I like the tabs, but now when I use "^-w" to close a window, it closes
> > > the whole thing...?
> >
> > Yes, there are now a "Close Tab" command and a "Close Window" command and
> > there is no shortcut for "Close Tab".
> > The problem is that WX and Win32 versions have to cohexist and "Close
> > Window" makes sense in the Win32 version.
> > Do you suggest to attach Ctrl w to "Close Tab" and not provide a shortcut
> > for "Close Window"?
>
> For mozilla:
>  Close Tab: Control-W
>  Close Window: Control-Shift-W
>  Close/Quit: Control-Q
>
> HTH,
> Anand

I made the change in the future version.
Every body can make the same change in the current version
by editing the file C:\Program Files\AmayaWX\config\amaya.kb
They have to replace the line
Ctrl <Key>w:                       AmayaCloseWindow() 
by
Ctrl <Key>w:                       AmayaCloseTab() 

Regards
     Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Friday, 4 March 2005 08:28:14 UTC