AutoHotKey for KTL #387
Replies: 3 comments 2 replies
-
Hey Craig!! I'm so happy to see that I'm not the only one using AutoHotkey with KTL. Actually I use AHK with everything! My script file has 1300+ lines of code in it. I use it in the Builder a lot, saving me a ton of clicks all around the page. Begin an "ex-semi-professional" piano/keyboard player, I'd trade 100 mouse clicks for one keystroke anytime. I will try to find some time and share my scripts with you. Thanks for yours. Norm |
Beta Was this translation helpful? Give feedback.
-
Nice thank you - big AHK fan - but I just do text shortcuts - would love to
see what you can do with it re:KTL
Norm has a script where he hits a few keys and money appears in his
pocket 😂
…On Wed, Oct 9, 2024 at 5:28 AM Craig Winnall ***@***.***> wrote:
That would be great. I am just rediscovering AHK after quite a few years
away from it.
I'd love to see some of your scripts, based on the KTL and Knack, I am
sure they are pretty spectacular and include things I would never have
thought of.
Craig
—
Reply to this email directly, view it on GitHub
<#387 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BATZOYBVKGIDWH4LKVPRDETZ2QP3RAVCNFSM6AAAAABPOHYTQCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBYGM4DINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <cortexrd/Knack-Toolkit-Library/repo-discussions/387/comments/10883846
@github.com>
--
Kind Regards,
[image: Greenlight Logo] <https://greenlightservices.com.au/>
Michael Tierney *BE *
Director | Occupational Hygienist
Greenlight Environmental Services | www.greenlightservices.com.au
[image: -] Office 24, 15 Cochranes Rd,
MOORABBIN VIC 3189
[image: phone-green] <1300888001>1300 888 001 <1300888001>
[image: -] <https://twitter.com/green_light_aus> [image: -]
<https://www.facebook.com/pg/Greenlight.Melbourne> [image: -]
<https://www.linkedin.com/company/greenlight-environmental-services/>
Licensed Asbestos Assessor (LAA001018) This email and any attachments are
proprietary and confidential and are intended solely for the use of the
individual to whom it is addressed. Any views or opinions expressed are
solely those of the author and do not necessarily reflect or represent
those of Greenlight Environmental Services.
If you have received this email in error, please let us know immediately by
reply email and delete it from your system. You may not use, disseminate,
distribute or copy this message nor disclose its contents to anyone.
Greenlight Environmental Services – Office 24, 15 Cochranes Rd, MOORABBIN
VIC 3189 – 88 497 145 734
|
Beta Was this translation helpful? Give feedback.
-
Here are a bunch of utilities I've created. Since they date back to more than a decade, they are still in V1. But they can be converted to V2 easily. They are used in various contexts.
Note that they are tuned for a 4K monitor, but I think they should work with any resolution since the coords are relative to the window's top-left pixel (0,0). Have fun!
|
Beta Was this translation helpful? Give feedback.
-
Hi All
I would like to share with you a little project I've just started for the KTL using Auto Hot Key. I only have a few done at the moment and as I add them I'll post them here.
It just uses shortcut keys to type out the keyword i.e.
clst = _cls=[], [ktlTarget, $('#${viewId} ')]
The code will also put your cursor in the first square brackets and then pressing tab will put you after the ${viewId}.
The "Hotstrings" will only work in the Knack Builder windows of your browser.
Here are some examples but if you add your own share them here.
Craig
Beta Was this translation helpful? Give feedback.
All reactions