General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
how to make multisearch default search
Posted by: ndebord
Date: July 12, 2009 04:09PM

I would like to change my default search engine to the multisearch engines?

Possible?

Tks.

N

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: desga2
Date: July 12, 2009 04:42PM

Every thing is possible in K-Meleon. But isn't easy that you want.
Multisearch is a macro and other search engines that can be default are URLs.
You need change the macro code in search.kmm file to modify the search macro functions.

K-Meleon in Spanish

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: kko
Date: July 12, 2009 07:09PM

Well, I guess all you need to do is make the Search button in your toolbars.cfg call macro "Search_Metasearch" instead of macro "Search". Same might be done for the keyboard accel Ctrl+G in search.kmm (at the very bottom).

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: ndebord
Date: July 12, 2009 10:33PM

Quote
kko
Well, I guess all you need to do is make the Search button in your toolbars.cfg call macro "Search_Metasearch" instead of macro "Search". Same might be done for the keyboard accel Ctrl+G in search.kmm (at the very bottom).

kko,


Hmmm. Thanks, hadn't thought of that way to go. However, I guess that would really make it a permanent change. I think perhaps putting metasearch on a different hotkey might be the better way to go??

N

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: desga2
Date: July 12, 2009 11:01PM

You can use for example;
CTRL M macros(Search_Metasearch)

K-Meleon in Spanish

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: ndebord
Date: July 14, 2009 12:05AM

Quote
desga2
You can use for example;
CTRL M macros(Search_Metasearch)

desga2 & kko,

Another thought occurred to me. KM is great with its ability to use the URL bar for both addresses and searches (using the Ctrl G) key and for its ability to change the search engine as you need it from a drop down list that can change from your master list of search engines.

What about modifying the search engine bar to use the metasearch engines?

Tks.

N

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: desga2
Date: July 14, 2009 07:26AM

Quote
desga2
Every thing is possible in K-Meleon. But isn't easy that you want.
Multisearch is a macro and other search engines that can be default are URLs.
You need change the macro code in search.kmm file to modify the search macro functions.

This is I thought at first post that you want.

K-Meleon in Spanish

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: ndebord
Date: July 14, 2009 02:25PM

Quote
desga2
Quote
desga2
Every thing is possible in K-Meleon. But isn't easy that you want.
Multisearch is a macro and other search engines that can be default are URLs.
You need change the macro code in search.kmm file to modify the search macro functions.

This is I thought at first post that you want.

Desga2,

Really? Then I didn't understand how exactly to implement it. When I think about this whole search thing, the idea of having multisearch always available on a toolbar while at the same time having the regular search capability in the URL bar with any single engine seems like a powerful way to do searches.

P.S. OR perhaps instead of a toolbar for multi-search, an icon???? And of course a different hot key to keep it separate from the normal CTRL G.

N



Edited 1 time(s). Last edit at 07/14/2009 02:27PM by ndebord.

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: kko
Date: July 15, 2009 07:29PM

Quote
ndebord
OR perhaps instead of a toolbar for multi-search, an icon???? And of course a different hot key to keep it separate from the normal CTRL G.

Nothing easier than that.

Open Edit > Configuration > Accelerators and paste the following:
%ifplugin macros
CTRL M = macros(Search_Metasearch)
%endif

Open Edit > Configuration > Toolbars. Scroll down until you find the toolbar called "&Search Buttons". Add the following button to that toolbar:
%ifplugin macros
Multisearch{
macros(Search_Metasearch)
Type a word or phrase in the URL Bar, then click this button or press Ctrl+M to start a multisearch.
	Bitmap.bmp[0]
	Bitmap.bmp[1]
	Bitmap.bmp[2]
}
%endif
Just choose your own bitmap file(s).

Options: ReplyQuote
Re: how to make multisearch default search
Posted by: ndebord
Date: July 15, 2009 10:45PM

Quote
kko
Quote
ndebord
OR perhaps instead of a toolbar for multi-search, an icon???? And of course a different hot key to keep it separate from the normal CTRL G.

Nothing easier than that.

Open Edit > Configuration > Accelerators and paste the following:
%ifplugin macros
CTRL M = macros(Search_Metasearch)
%endif

Open Edit > Configuration > Toolbars. Scroll down until you find the toolbar called "&Search Buttons". Add the following button to that toolbar:
%ifplugin macros
Multisearch{
macros(Search_Metasearch)
Type a word or phrase in the URL Bar, then click this button or press Ctrl+M to start a multisearch.
	Bitmap.bmp[0]
	Bitmap.bmp[1]
	Bitmap.bmp[2]
}
%endif
Just choose your own bitmap file(s).

kko,

Works great, but one out of two works for me. Got the CTRL M key and the drop down info in Tools, but no icon? (Wrong theme perhaps??? -- Early Blue)


P.S. Don't need that button at all. It seems that having the hotkey is more than enough for me and now I have two ways to search all the time. Sweet!


-------------------------

&Search Buttons{

Search{
%ifplugin macros
# EITHER:
macros(Search)|_Search_Engines
# OR:
# macros(Search)|&Web Search
# Type a word or phrase in the URL Bar, then click this button or press Ctrl+G to search the Web.
# Right-click to choose different search engine.
%else
ID_NAV_SEARCH
Search the Web
%endif
bonus.bmp[8]
bonus.bmp[8]
}

%ifplugin macros
Multisearch{
macros(Search_Metasearch)
Type a word or phrase in the URL Bar, then click this button or press Ctrl+M to start a multisearch.
Bitmap.bmp[2]
Bitmap.bmp[2]
Bitmap.bmp[2]
}
%endif



# %ifplugin macros
# -

# Forums{
# macros(Search_KMForums)
# Search K-Meleon Forums
# menu.bmp[25]
# menu.bmp[25]
# }

# %endif

}


-------------------------

N



Edited 1 time(s). Last edit at 07/16/2009 01:37PM by ndebord.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.