Hi,
maybe I only did not find a matching config setting, but I found it increasingly annoying to have to initialize, manually, a "find in page" after having searched the web and opened the first page found.
So I added the following lines to my ->macros ->search.kmm, right after the header, to
[1] open the FindBar
[2] insert the search term & find
(added lines formatted
medium bold italics)
# Consult default engine (default engine is also used when macros are disabled)
Search{
macroinfo=_("Consult the default search engine");
id(ID_EDIT_FIND);
id(ID_EDIT_PASTE);
$_Search_EngineURL==""?$_ ...
Search_PasteAndSearch{
macroinfo=_("Search the Web for Clipboard contents");
id(ID_EDIT_FIND);
id(ID_EDIT_PASTE);
$URLBAR=getclipboard(); &Search;
id(ID_OPEN_LINK_IN_NEW_TAB);
}
# Lock/unlock curr ...
This is on K-M 1.53. My config is set to opening almost anything in new background pages - if yours are not, the last added line may be too much.
Any feedback welcome.
Cheers
SoerenB
No more own machines, because of addiction.
Don't know when I'll be back to normal ...