Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 
page direction
Posted by: disrupted
Date: October 09, 2009 09:57PM

originally trying to change scrollbar position because it's better for lefties, scroll near the mouse but it doesn't seem doable in kmeleon.. unless some hidden setting?.

in firefox they used to manipulate it in chrome and now with gecko 1.9, it has a pref scrollbar.layout something but even that will not work with km1.6 cause it's a chrome ui pref.. maybe should be asked in improvements... it's very usefl for lefties for the scroll position to be near the mouse.

page direction is somewhat usless it flips the page..maybe useful to rtl langauages like arabic and when the page is displaying on the wrong side, it adds 2 commands in encoding menu like ie

page direction is available as installable extension with kem:
http://kmext.sf.net/macros/pagedirection.7z

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# --------page position

pos_rtl{
injectJS("javascript:void(document.documentElement.setAttribute('dir','rtl'));");
}

pos_ltr{
injectJS("javascript:void(document.documentElement.setAttribute('dir','ltr'));");
}


pagepos_BuildMenu{
setmenu("En&coding",inline,page_position,-1);
setmenu(page_position,macro,"LTR Document",pos_ltr);
setmenu(page_position,macro,"RTL Document",pos_rtl);
}

$OnInit=$OnInit."pagepos_BuildMenu;";
# ----------------------
$macroModules=$macroModules."pagepositional;";




Options: ReplyQuote


K-Meleon forum is powered by Phorum.