(2024-11-07 15:24)emp00 Wrote: @Xavier - thanks for sharing!
As a sidenote for other users (it's not directly mentioned in the github repository): unfortunately Extended Capslock Context Menu is coded in deprecated AHK v1. I'd be very interested in an up-to-date v2 revision!
Thanks @emp00
I just updated there repository and\or you can work from the `.ahk` file in the download if you wanted to update it..., have fun with it. :-)
this menu is just about done after a few months. I'm pleased with it, its working well for my use. I wont add much more it but do have a little bit of code clean up on my todo list for it. as mentioned I'm an AHK NOOB, 75% of this script has been collected from other forums and patch-worked together.
Everyones hung up on the newest and greatest, I get it... But... I'm not learning ahk v2 for this. for 2 main reasons. besides that v2 and still run v1 code. deprecated doesn't mean its broken.
#1.
the code for v1 is sssoooo much more simple to use and learn. Easy. e.g. The few bits of scripts I've tried to convert to v2 has more than twice the amount a lines with mostly picky symbol punctuation. A simple 10 lines of commands turn into 25 lines of { '[ ( " | " ) ]' }, for no good reason for very simple tasks. this script is around ~5000 lines. It WILL be over 10000 if its all converted to v2.
which leads me to ...
#2.
This menu is simple. It only working with text copied into the clipboard. It either runs a simple command or converts the text to paste and than restores the clipboard. Nothing advanced is happening in the background. Its all done with simple regex matches to the text. ahk v1 is more than adequate to handle processing only text.
all that being said! let me know if you convert it to v2, I would still like to take a look at!