Hi, newman,
you can do that yourself:
(a)
go to Edit -> Configuration -> Toolbars
The toolbars.cfg file of your skin is opened in notepad.
First step: Save As - to a place you'll find easily, as a backup, in case anything goes wrong.
Second step: Try to understand that file. Read the top and the bottommost part.
Look for the order of the Bars & Buttons.
Mind the braces! There's an opening AND a closing one for every Button,
PLUS a COMMON pair enclosing ALL buttons of each toolbar.
If you end up having lost any buttons or toolbars, check for the braces first.
Third step: Now close this backup and open the original file again.
(b)
insert the following code at the place of your choice:
%ifplugin sessions
sessions{
sessions(Undo)|&Sessions
Undo last closed. RightClick for Sessions Menu
toolhot.bmp[0] # - for the "Klassic" skin -
toolcold.bmp[0] # swap skin compatibility
# mainbarhot.bmp[0] # by swapping the leading "#"
# mainbarcold.bmp[0] # - for the "Aura alpha" skins
}
%endif
Save & close toolbars.cfg, restart K-Meleon ( + the loader ...)
I used the "Back" arrows as buttons here - you could make your own.
You can replace "sessions(Undo)" by "sessions(Save)" as the leftClick action.
Cheers
SoerenB
No more own machines, because of addiction.
Don't know when I'll be back to normal ...
Edited 1 time(s). Last edit at 07/20/2010 04:08AM by SoerenB.