Keysharp scripts

Talk about things C#, some related to AutoHotkey
burque505
Posts: 1736
Joined: 22 Jan 2017, 19:37

Keysharp scripts

Post by burque505 » 28 Jan 2024, 13:09

I'll start posting Keysharp scripts here for the time being. Porting some of @jNizM's Collection of useful AutoHotkey v2 scripts and functions seemed like a good place to start.

Keysharp at present can run some AHK scripts without changes (even if they include '#Requires AutoHotkey v2.0'), others with minor changes, some with major changes and some not at all. I'll pick low-hanging fruit to start with.
(Please note that were commits to Keysharp since the latest release - if a script doesn't run for you, you could try building Keysharp yourself. It's fast and relatively easy to do with Visual Studio 2022 Community.)

FileFindString.ks
Spoiler

FileCountLines.ks
Spoiler

DisableCloseButton.ks
Spoiler

DisableMove.ks
Spoiler

DNSServerList.ks
Spoiler

CreateUUID.ks
Spoiler

burque505
Posts: 1736
Joined: 22 Jan 2017, 19:37

Re: Keysharp scripts

Post by burque505 » 28 Jan 2024, 15:28

@SKAN's script to show/hide desktop icons, ported to Keysharp.
Spoiler

burque505
Posts: 1736
Joined: 22 Jan 2017, 19:37

Re: Keysharp scripts

Post by burque505 » 30 Jan 2024, 12:47

@iseahound's Capslock-to-modifier script from here , ported to Keysharp. Very minor mod required.
Spoiler

SOTE
Posts: 1426
Joined: 15 Jun 2015, 06:21

Re: Keysharp scripts

Post by SOTE » 06 Feb 2024, 13:42

Good work! :salute: Thanks for the posts.

burque505
Posts: 1736
Joined: 22 Jan 2017, 19:37

Re: Keysharp scripts

Post by burque505 » 09 Feb 2024, 08:08

As I get the opportunity I'll re-post these scripts in the Keysharp subforum.
From now on I'll post scripts there.
Regards,
burque505

Post Reply

Return to “C#”