updated screenshot with gif
This commit is contained in:
@@ -36,7 +36,7 @@ if RMSearchTerm = dic%A_Space% ; Search Dictionary
|
||||
if RMSearchTerm = d%A_Space% ; Search Brave
|
||||
{
|
||||
gui_search_title = Brave
|
||||
gui_search_icon = %A_ICODir%\Jono_Brave.png
|
||||
gui_search_icon = %A_ICODir%\Brave.png
|
||||
GuiSearch("https://search.brave.com/search?q=REPLACEME") ; REPLACEME text will be replaced with the text input
|
||||
; GuiSearch("https://duckduckgo.com/?q=REPLACEME") ; REPLACEME text will be replaced with the text input
|
||||
StatExport(gui_search_title)
|
||||
@@ -46,7 +46,7 @@ if RMSearchTerm = d%A_Space% ; Search Brave
|
||||
if RMSearchTerm = b%A_Space% ; Search Duckduckgo
|
||||
{
|
||||
gui_search_title = DuckDuckGo
|
||||
gui_search_icon = %A_ICODir%\duckduckgo_bg_1.png
|
||||
gui_search_icon = %A_ICODir%\duckduckgo.png
|
||||
GuiSearch("https://duckduckgo.com/?q=REPLACEME") ; REPLACEME text will be replaced with the text input
|
||||
StatExport(gui_search_title)
|
||||
|
||||
|
Reference in New Issue
Block a user