Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JamesD] I had no idea that there were so many ways to zoom. These keys apparently call the the command ID directly. I see no way to capture the action. I have even less of an idea how to capture a action by the mouse wheel. [code] Zoom CTRL VK_PLUS ID_FONT_INCREASE Increase the font size. CTRL VK_ADD ID_FONT_INCREASE Increase the font size. CTRL VK_MINUS ID_FONT_DECREASE Decrease the font size. CTRL VK_SUBTRACT ID_FONT_DECREASE Decrease the font size. [/code] I think I can capture these actions, because they are in zoom.kmm. [code] Defined by Macros: zoom.kmm ALT VK_PLUS macros(Zoom_Images_In) Increase image size. ALT VK_ADD macros(Zoom_Images_In) Increase image size. ALT VK_MINUS macros(Zoom_Images_Out) Decrease image size. ALT VK_SUBTRACT macros(Zoom_Images_Out) Decrease image size. CTRL ALT VK_PLUS macros(Zoom_Page_In) Zoom into the current page. CTRL ALT VK_ADD macros(Zoom_Page_In) Zoom into the current page. CTRL ALT VK_MINUS macros(Zoom_Page_Out) Zoom out of the current page. CTRL ALT VK_SUBTRACT macros(Zoom_Page_Out) Zoom out of the current page. [/code] This information came from: http://kmeleon.110mb.com/lizard/commands.html#l_defaccel I can describe how you can see the problem on your own computer if you wish to temporarily install the zoom.kmm file that I referenced a couple of posts ago. Remember, my fix does not capture all zoom methods.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development