Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=desga2] [quote=Technomoron] 1. Is there any way to customize the right click of the mouse to pull up print preview? I found the right click up in toolbar but how about anywhere on the screen? [/quote] Do you like said put the "Print Preview" option in right click context menu? Remember that you can use the accelerator Ctrl+Alt+P. [code] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- PrintPreview.kmm ---------------------------------------------------- # # Dependencies : - # Resources : - # Preferences : - # Version : 0.1 2/20/09 desga2 # -------------------------------------------------------------------------------- _PrintPreview_BuildMenu{ # Add "Print Preview" option to right click context menu: setmenu("Nav",separator, -1); setmenu("Nav",command,"Print Pre&view","ID_FILE_PRINTPREVIEW"); } $OnInit=$OnInit."_PrintPreview_BuildMenu;"; $macroModules=$macroModules."PrintPreview;"; [/code] [quote=Technomoron] 2. Is there anyway to easily change the font size not just on the screen but for what is sent to the printer as well? Maybe a right mouse click custumization or like IE7 has where you can put 5 different sizes right on the toolbar and change with one click? [/quote] You can define the Scaling in "Page Setup". You can use Zoom buttons in toolbar, right click in Zoom button for more zoom options. Ctrl+Mouse Scroll to zoom in and out the web page. You can setting Preferences -> Page Display -> Fonts. Or you can create a macro to change Font from right context menu. But i don't know if this changes in settings or the macro take effect over printer configuration. [quote=Technomoron] 3. I agree with other comments in the forum that a sidebar which stays open with favorites would be great. [/quote] I agree with you. :) [quote=Technomoron] 4. Addition of separate search box in toolbar would be preferred but current situation is workable. [/quote] You can try this kplugin [url=http://kmeleon.sourceforge.net/forum/read.php?2,83845]Search Bar Ext by teK[/url] work fine.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development