Clipjump
Clipjump copied to clipboard
ClipjumpCustom syntax
I now understand why AHK 1.1 has both =
and :=
:-;
The current syntax of ClipjumpCustom fails in a lot of ways when it comes to handling variables. It should be updated to AHK's :=
like syntax.
key = variable
key = "string"
key = func( variable , "string" )
Commit https://github.com/aviaryan/Clipjump/commit/074c1d0b770d09412b4de9f0787ec8b998fde2d5 manages to fix above limitations but leaves user with a slightly nontraditional approach.