General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Help editing context menus
Posted by: guestamundo
Date: September 07, 2007 03:54PM

Using KM 1.1.2 under W98SE. Familiar with KM and customizing config files and such, but NOT with programming or macro languages. I'm unable to locate some context-menu items I would like to delete (comment out) -- any help appreciated. Thanks.

Layers / Undo last closed

Link / Add link to group
Link / Send link to

Image / Send image as link

Options: ReplyQuote
Re: Help editing context menus
Posted by: kko
Date: September 10, 2007 04:23PM

These menu entries are added by macros:


Undo Last Closed
This feature is provided by mru.kmm. If you don't need this feature, disable the mru module under Edit > Advanced Preferences > Macro Extension. Otherwise, if you only want to remove "Undo Last Closed" from the layer button popup menu and want to keep it in the File menu, open Edit > Configuration > Menus and paste the following lines:

!LayerButtonPopup{
-&Undo Last Closed
}


Add Link To Group...
This feature is provided by groups.kmm. If you don't need any groups functionality, disable the groups module under Edit > Advanced Preferences > Macro Extension. Otherwise, if you only want to remove "Add Link To Group..." from the link popup menu, open Edit > Configuration > Menus and paste the following lines:

!LinkSave{
-Add Link To &Group...
}


Send Link To
The Send To submenus in the page/link/image and go button popup menus are provided by sendto.kmm. Other macro modules (e.g. ie.kmm) can add menu entries to these Send To menus. Removing only the "Send Link To" menu might cause problems with such other macro modules. So, either keep all Send To menus or disable the sendto module (the menu entries which normally appear in those Send To submenus will then appear directly in the page/link/image and go button popup menus).


Send Image As Link...
This feature is provided by mail.kmm. If you don't need any mail/news functionality, disable the mail module under Edit > Advanced Preferences > Macro Extension. Otherwise, if you only want to remove "Send Image As Link..." from the image popup menu, open Edit > Configuration > Menus and paste the following lines:

!ImageSave{
-Sen&d Image As Link...
}


You have to restart km to make any of these changes take effect.

Options: ReplyQuote
Re: Help editing context menus
Posted by: guestamundo
Date: September 11, 2007 07:26AM

Thanks for the clear and helpful info. I never had to manage macro files in earlier KM versions. Much appreciated!

Options: ReplyQuote


K-Meleon forum is powered by Phorum.