General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
"Undo Last Closed" command id?
Posted by: spremino
Date: September 08, 2009 07:52AM

Hello,

is it available a command id for "Undo Last Closed" tab? Both on reference and on wiki I cannot find any.

Thanks.

Options: ReplyQuote
Re: "Undo Last Closed" command id?
Posted by: desga2
Date: September 08, 2009 05:53PM

This is a Session plugin command: (Look in ReferenceManual)

Look this for menus, toolbars or accelerator:
sessions(undo)

Look this for macros:
plugin(sessions, "Undo");

K-Meleon in Spanish

Options: ReplyQuote
Re: "Undo Last Closed" command id?
Posted by: JamesD
Date: September 08, 2009 09:53PM

You can put a button on the toolbar for this. Put the following code in toolbar.cfg
	%ifplugin sessions
	Redo{ 
	sessions(Undo)
	redo.bmp
	redo.bmp
	redo.bmp
	}
	%endif

You can get redo.bmp here. http://www.perigee.net/~jmd8421r/redo.bmp

Options: ReplyQuote


K-Meleon forum is powered by Phorum.