updated screenshot with gif

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

View File

@ -19,6 +19,7 @@ AtomIconFP = %A_scriptDir%/Graphics/Atom.png
;---VARIABLES----------------------------------------------------------------------- ;---VARIABLES-----------------------------------------------------------------------
Script_Name = Atom Launcher Script_Name = Atom Launcher
A_ICODir = %A_scriptDir%\Graphics
; Read User Settings from .ini file ; Read User Settings from .ini file
; IniRead, SaveUsageStats, %A_scriptdir%\Lib\Settings.ini, AtomSearch, SaveUsageStats ; IniRead, SaveUsageStats, %A_scriptdir%\Lib\Settings.ini, AtomSearch, SaveUsageStats

BIN
Graphics/Brave.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
Graphics/DuckDuckGo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
Graphics/Google.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
Graphics/Reddit_Boost.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
Graphics/Screenshot.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

View File

@ -0,0 +1,12 @@
20230818_103450 - Brave - WLATITUDE16
20230818_103458 - DuckDuckGo - WLATITUDE16
20230818_103502 - Sublime - WLATITUDE16
20230818_103916 - Brave - WLATITUDE16
20230818_103919 - Google - WLATITUDE16
20230818_103944 - Brave - WLATITUDE16
20230818_103948 - DuckDuckGo - WLATITUDE16
20230818_103951 - Google Images - WLATITUDE16
20230818_104055 - Brave - WLATITUDE16
20230818_104059 - DuckDuckGo - WLATITUDE16
20230818_104103 - Google - WLATITUDE16

View File

@ -36,7 +36,7 @@ if RMSearchTerm = dic%A_Space% ; Search Dictionary
if RMSearchTerm = d%A_Space% ; Search Brave if RMSearchTerm = d%A_Space% ; Search Brave
{ {
gui_search_title = 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://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 ; GuiSearch("https://duckduckgo.com/?q=REPLACEME") ; REPLACEME text will be replaced with the text input
StatExport(gui_search_title) StatExport(gui_search_title)
@ -46,7 +46,7 @@ if RMSearchTerm = d%A_Space% ; Search Brave
if RMSearchTerm = b%A_Space% ; Search Duckduckgo if RMSearchTerm = b%A_Space% ; Search Duckduckgo
{ {
gui_search_title = 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 GuiSearch("https://duckduckgo.com/?q=REPLACEME") ; REPLACEME text will be replaced with the text input
StatExport(gui_search_title) StatExport(gui_search_title)

View File

@ -1,4 +1,4 @@
![](Graphics/Screenshot.jpg "Screenshot of Main Window") ![](Graphics/Screenshot.gif "Screenshot of Main Window")
Launch programs, searches, and shortcuts with just a couple of keys Launch programs, searches, and shortcuts with just a couple of keys