-
大神!帅哥!猛男!:
不知道是否有AutoHotKey v2的版本, 我很想把它升级到v2, 奈何完全够不着大神的膝盖.
我尝试过把它修改以适用于v2版本, 但是我失败了. 期间找到了似乎能应用的[AHKv2-Gdip](https://github.com/buliasz/AHKv2-Gdip), 但是对于BTT.ahk, 这升级实在是太难了.希望作者能把它升级到v2的版本. 很多人在期望着…
-
Hi, I'm working on a wrapper for MediaInfo.dll in AHKv2. I have the basic `Inform` functionality working but I can't figure out how to call `Inform_Set` like the docs say:
![image](https://github.com…
-
Hi there! 👋
I am using this class with a few tweaks in AHK v2. I have an example DB where some rows have NULL in some columns. The code [here](https://github.com/AHK-just-me/Class_SQLiteDB/blob/…
kczx3 updated
5 years ago
-
Describe the bug
After the last update (18.10.2022) of the AutoHotkey Plugin, the "send"-function does not send "\" [backslash] in combination with a string. With the prior version, all sending comma…
-
Hi-
I'm now upgrading from AHKv2 alpha and your extension to current versions. Have been unable to get your debugger adapter to work again after the upgrades. NOTE: I am running portable versions o…
-
Is it possible to make the gui window more interactive, like allowing us to move and resize it? Sometimes I'd like to keep the window open while checking other apps, but it's always stuck in the middl…
-
I'm curious if this will be updated to be compatible with AHK v2, which is drawing ever closer to being the primary version.
It is actually possible to be compatible with both v1.1 and v2 if you ma…
-
I've been looking for something like this for a long time. The only problem is my screen is set up around using dark themes, so white interfaces really hurt my eyes.
Any chance you could add a dark…
-
```
The same but in AHKv2 syntax.
#e::FocusFileExplorer()
FocusFileExplorer() {
ids := WinGetList("ahk_class CabinetWClass")
if (ids.Length != 0) {
for id in ids {
WinA…
-
I tried to set up my Global Hot Keys for Last Ten Items Copied with a macro keyboard that can use keys F13 through to F24.
Unfortunately when setting the keys, it appears Ditto doesn't support them…