Messages - mat2016 [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 8next
6
N.A.N.Y. 2020 / NANY 2020 - 1 Key Browsing
« on: December 24, 2019, 06:30 PM »
NANY 2020 Entry Information

Application Name:1 Key Browsing
Version:0.79
Short Description:Adds single letter navigation to Firefox and Chromium browsers.
Web Page:http://s355751075.onlinehome.us/1-key-browsing/
Program Download Link:http://s355751075.onlinehome.us/wp-content/uploads/1KeyBrowsing.zip
Source Download Link:http://s355751075.onlinehome.us/wp-content/uploads/1KeyBrowsing-source.zip
System Requirements:Windows 7 and later plus Firefox or a Chromium based browser.
Source Language:Compiled AutoHotkey script
Author:mat2016

Description:

For users who sometimes spend much time just browsing articles, news, etc., these shortcut keys can come in handy. This app is inspired by qutebrowser and some of the vim add-ons for Chrome and Firefox. It is less complicated than those.

More information is available on the program's web page.

Screenshots:

1KeyBrowsing-Info.png     1KeyBrowsing-Menu.png
1KeyBrowsing-Cheatsheet.gif

7
N.A.N.Y. 2019 / Re: NANY 2019: AHK Script Center
« on: January 06, 2019, 04:53 PM »
Contro,

The script can be easily modified to include other folders that contain AutoHotkey scripts files, but, the version on my blog only looks inside the folder the AHK Script Center is running in plus any subfolders. So, it will show other scripts that are running (with any version of AutoHotkey) as it looks at the full command lines of running process and filters on .AHK filenames. That's why you see your two script in Running Scripts list. If you have compiled scripts running, they aren't detected.

If you make a folder for those under the Mega Pak and move them under there, then they will show as Available IF you include the following in the first line as an example.

;this script does the following stuff [include] | version 0.4

By using the first line of each script in this way, you can include only those AHK files you regularly launch.

Conversely, you can copy the AHK Script Center.ahk file into an existing folder tree you have that contains AHK files. To use the right click Edit and double-click to run features, it's best to include AutoHotkey.exe and NotePad2.exe in the same folder as Script Center.

mat2016

8
N.A.N.Y. 2019 / Re: NANY 2019: AHK Script Center
« on: December 30, 2018, 08:16 PM »
I believe I'm through with the essentials for AHK Script Center as the management application for my script library.

I have uploaded version 1.08. The VersionCheck and UpdateScript subroutines will have to be customized to your liking or removed if not necessary. If AutoHotkey is already installed on your system then the Exe can be removed since you can double-click the script to run it. And you can edit global variable Editor to point to SciTE or whatever script editor you use (line 57). There are some lines commented out as they were used for debugging purposes.

The larger Mikeys Mega Script Pack download uses Inno installer and creates a desktop shortcut for running AHK Script Center. It defaults to creating a Mikeys Mega Script Pack folder on your desktop as well but it is user selectable.

I hope this method of script management is useful for many of you. Happy early New Year's.

mat2016

9
N.A.N.Y. 2019 / Re: NANY 2019: AHK Script Center
« on: December 30, 2018, 02:46 PM »
Correct, an installed AHK can be detected or selected. But, on my blog, I have been distributing compiled AutoHotkey scripts and updating them to users via Zip files. A few of the Zip files contain a Setup.exe installer since that cut down on antivirus false positives. So, for my version of AHK Script Center, I am assuming the end users are not script writers. For this reason, I have included the AutoHotkey interpreter and for those who do wish to dabble with scripting, the NotePad2 program. Neither of these executables require actual installation.

For regulars to DonationCoder, the program can be updated to take advantage of script capable users. I am finishing a mechanism for users to check and optionally update individual scripts. After that, I will post my "mega pack" and will be done for a while. This script allows me to change my mindset away from the distribution and maintenance of separate EXE programs and just periodically update individual script files, which will be easier. It's not like I was making any money anyways, LOL.  :)

10
N.A.N.Y. 2019 / Re: NANY 2019: AHK Script Center
« on: December 30, 2018, 09:19 AM »
For my purposes, I will create a Setup.exe for the Mega Pack that creates a proper shortcut to run AutoHotkey.exe and AHK Script Center.ahk in whatever folder the user specifies. I have just left that static shortcut in there for now that can easily be updated.

Pages: prev1 [2] 3 4 5 6 7 8next
Go to full version