General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Disable center mouse?
Posted by: syncopator
Date: February 02, 2009 10:36AM

Is there any way to DISABLE the operation of the center mouse button? It seems to like to pop-up a new browser window and my oversensitive scroll-wheel mouse triggers it unintentionally all the time-- I don't need the feature so I'd like to have center-mouse button be a NOP...

Options: ReplyQuote
Re: Disable center mouse?
Posted by: desga2
Date: February 02, 2009 05:09PM

Read the K-Meleon FAQ.

If you like do nothing with middle click you can try this macro:
#  K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
#
# ---------- Nothing.kmm ---------------------------------------------------------
# Dependencies        : -
# Resources           : -
# Preferences         : -
# Version             : -
# --------------------------------------------------------------------------------

_NOTHING_{
# Do nothing for Middle click mouse accel.
}

_Nothing_SetAccel{
setaccel("MButton","macros(_NOTHING_)");
}

# --------------------------------------------------------------------------------
$OnInit=$OnInit."_Nothing_SetAccel;";
$macroModules=$macroModules."Nothing;";

K-Meleon in Spanish



Edited 1 time(s). Last edit at 02/02/2009 05:21PM by desga2.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.