On Wed, Apr 27, 2011 at 05:59:57PM -0300, Jorge Arellano Cid wrote:
On Wed, Apr 27, 2011 at 07:51:28PM +0000, corvid wrote:
Jorge wrote:
On Sat, Apr 23, 2011 at 09:57:29AM +0200, Thomas Orgis wrote:
[...] The behaviour of closing sub-windows / tabs (open files) with Ctrl+w works on vintage NEdit with Motif as well es with modern-day Firefox. It works the same way with mail view windows in Claws Mail. And: Ctrl+q closes the whole application. For all of them.
Patch committed.
Hereafter the default for close tab/window is ctrl-w.
Will close-all change as well?
I guess so.
Even though hitting ctrl-q is automatic for some of us, there's the multiple-open-tabs dialog protection, and if this is too much Alt-q can be set in keysrc. e.g.
<Alt>q = close-all
Committed. Hereafter the new default for "close-all" is Ctrl-q For those of us brainwired with Ctrl-q, adding these lines to ~/.dillo/keysrc helps to retrain the neural network: <Ctrl>q = nop <Alt>q = close-all (Or you can set to whatever feels right for you ;). -- Cheers Jorge.-