-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't work on Windows 11 Build 22631.3085 (23H2) #65
Comments
Hello - doesn't work for me either. Im using 22631 and AHv1. When I run the example/tutorial and I press F1/F2/F6 it just tells me zero desktops. Pressing numberpad doesn't do anything. |
@Katsuyamaki, |
Thank you, this seemed to work! Question though, it only works if I launch VD examples ahk. Is that right? I woulda thought it would be VD.ahk or _VD that I need to launch? Not really an issue if I just launch VD examples though, but strange. |
_VD.ahk is a library. You can include it in your main script. Or use VD examples.ahk as your main script. You can add more stuff to it (hotkeys, hotstrings, timers etc.) |
The changes applied at the respective locations in the AHKv2 versions do also fix the issue there. Thanks! |
Thank you @lscobe16 and @vlachig - I was able to download that updated code and it worked. How do I use the library? Do I just copy over the parts of the scripts I want from the library to my VD example.ahk script to get those parts to work? I always need the _VH.ahk script in the same folder as my example.ahk script right? I can't combine them together without more editing? (Although I understand I can rename the example.ahk if I want or just pull the contents of example.ahk to any other script I want.) |
The example.ahk is an example of such a script, that uses the library. It imports it using |
Having the same issue with AHK V2. Could anyone adapt the fix for V2 as well, please. |
@generis-it |
@lscobe16's patch solved this and is a quick way to fix the ahk2 version. One issue some may face is that the patch is encoded with UTE-16 and git may have issues unless it is UTE-8. If you have that problem, just open it with Notepad++ and save as UTE-8 and convert the EOL to Unix. Or you can install it all from bash: git clone -b v2_port https://github.com/FuPeiJiang/VD.ahk.git |
I used VSCode to convert to UTF-8. Applying the patch complained about one whitespace error added, but that didn't prevent it from fixing the issue. I think that error is literally just about trailing whitespace etc. now being present. |
Can't speak to AHKv1 specifically, but from my own testing AHKv2 appears to have been recently fixed with 02f37bf (committed three weeks ago), and the AHKv1 equivalent 77a66c9 is also available. So we may be all good thanks to @FuPeiJiang's hard work now. I strongly suggest testing it as it means this issue may be fixed. 👍 |
Can someone fix it?
I'm using AutoHotkey v1.
Thanks!
The text was updated successfully, but these errors were encountered: