Bugs
: K-Meleon Forum
You can talk about issues with k-meleon here. But please, for confirmed bugs, use the bug tracker to report and give feedback on bugs.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=siria] Must admit, couldn't quite stop playing with this yet, so here's a little macro that creates a menu entry for toggling easier :) [b]Open Notepad and copy&paste the blue text below, then save as e.g."Zoom_toggleWheel.kmm" into a macros folder. Make sure it has NO .txt ending! [/b] Tested in KM 1.5.4 and KM 1.6 preBeta (cp4) After restarting the browser you'll find a new entry in menu View>Zoom: [img]user.xthost.info/siria/km/kmm_misc/zoom-togglewheel-menu.png[/img] [hr] [color=blue]# Forum: http:[i]//[/i]kmeleon.sourceforge.net/forum/read.php?1,112080 Zoom_toggleWheel{ macroinfo="Switch direction for zooming with Ctrl+MouseWheel"; # Set "zoom" function on Ctrl+MouseWheel: setpref(INT,"mousewheel.withcontrolkey.action","3"); # Make K-Meleon ignore the system setting: setpref(BOOL,"mousewheel.withcontrolkey.sysnumlines","false"); # Invert the value of "numlines" (toogle positive/negative) $_i=0-getpref(INT,"mousewheel.withcontrolkey.numlines"); $_i==0 ? $_i= 1 :0; setpref(INT,"mousewheel.withcontrolkey.numlines",$_i); } _Zoom_BuildWheelMenu{ setmenu("&Zoom",macro,"[b]Reverse MouseWheel Zoom[/b]","Zoom_toggleWheel"); } $OnInit=$OnInit."_Zoom_BuildWheelMenu;";[/color] [hr] PS: Just can't decide which [b]menu text[/b] you might like better, a longer or shorter one?? Just change the text yourself if you like another better :cool: More suggestions e.g.: setmenu("&Zoom",macro,"[color=blue]Toggle MouseWheel Zoom Direction[/color]","Zoom_toggleWheel"); setmenu("&Zoom",macro,"[color=blue]Reverse Mouse Zoom (Ctrl+Wheel)[/color]","Zoom_toggleWheel"); setmenu("&Zoom",macro,"[color=blue]Reverse MouseWheel Zoom[/color]","Zoom_toggleWheel");[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development