Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2012-05-21 | 1.4 kB | |
QuickLauncher 0.9.0.exe | 2012-05-21 | 816.6 kB | |
QuickLauncher 0.4.5.exe | 2010-08-16 | 1.3 MB | |
QuickLauncher 0.4.0.exe | 2010-06-30 | 1.2 MB | |
QuickLauncher 0.3.7.exe | 2010-06-26 | 1.2 MB | |
QuickLauncher 0.3.4.exe | 2010-06-24 | 1.2 MB | |
QuickLauncher 0.3.2.exe | 2010-06-22 | 1.2 MB | |
QuickLauncher 0.3.0.exe | 2010-06-21 | 1.2 MB | |
QuickLauncher 0.2.5.exe | 2010-06-18 | 1.0 MB | |
QuickLauncher 0.2.1.exe | 2010-06-16 | 1.0 MB | |
Totals: 10 Items | 10.3 MB | 1 |
Changes/Updates to QuickLauncher ------------------ Version 0.9.0 -------------------- MAJOR UPDATE/REMODEL! NOT COMPATIBLE WITH PREVIOUS VERSIONS! Removed: - No color preferences - No installation - No start-up option - No references to registry - Shortcut reserved to Alt-Q only Added: - Shortcuts can now be added (correct path found) - Variables added to target parser (see below) - Uses local data file (at location of exe) Fixed: - Window correctly grabs focus when Alt-Q is pressed ---------------------------------------------- %s% insert next string after command (parsed by spaces) Examples: Command - web Target - www.mywebsite.com?ticketno=%s% Entered - web 1748 Returns - www.mywebsite.com?ticketno=1748 Command - document Target - C:\Users\me\Documents\%s%\%s% Entered - document companyName docName Returns - C:\Users\me\Documents\companyName\docName ---------------------------------------------- %a% insert entire string after command Examples: Command - web Target - http://%a% Entered - web www.google.com Returns - http://www.google.com ----------------------------------------------- %d%<delimiter>% insert each string after command with <delimiter> inbetween Command - google Target - www.google.com/?q=%d%+% Entered - google the dog went to the store Returns - www.google.com/?q=the+dog+went+to+the+store