K-Meleon
KMeleonWiki > Resources > MacroLibrary > MacroLibrary2 > PasteAndGo
Submitted by: jsnj
PasteGo{
id(ID_SELECT_URL); id(ID_EDIT_PASTE); id(ID_NAV_GO);
}
&Go {
 macros(PasteGo, Paste and Go)
 -
 &Back\tAlt <- = ID_NAV_BACK
 &Forward\tAlt -> = ID_NAV_FORWARD
 -
 Home Page\tALT+VK_HOME = ID_NAV_HOME
 Search\tCtrl+G = ID_NAV_SEARCH
 %ifplugin history
 history()
 %endif
}
%ifplugin macros
CTRL VK_RETURN = macros(ctrl_enter) CTRL ALT V = macros(PasteGo) %endif
URL Bar buttons {
    Paste and Go{
        macros(PasteGo)
        Paste and Go
        menu.bmp[19]
        menu.bmp[19]
        menu.bmp[19]
    }
    GO {
        ID_NAV_GO
        GO
        toolhot.bmp[16]
        toolcold.bmp[16]
        tooldead.bmp[16]
    }
}