updated screenshot with gif

This commit is contained in:
2023-08-18 22:43:31 -04:00
parent bac8299d5b
commit c11bdb65f7
9 changed files with 16 additions and 3 deletions

View File

@@ -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)