-
Notifications
You must be signed in to change notification settings - Fork 44
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
Hotkey Help doesn't convert cleanly to V2 #316
Comments
Generally issues are for minimal producible code, where it's easier to isolate issues The issues I found:
Anyway, here's my progress to v2 https://pastebin.com/p3U0dfhi, its in a state where gui begin to draw, but lots of warnings with unset variables (the bane of v2 conversion) |
V1:
V2 (Converted):
V2 (Expected):
I was able to fix a few simple issues:
Other issues are more complex and beyond my (very) limited understanding of AHK scripts. This code is really handy though. It opens a dialog box showing all the shortcuts in your current script, which it reads from the script itself rather than having to duplicate them in the window code. Would be great to get it working in V2.
Original script from here - https://www.autohotkey.com/boards/viewtopic.php?f=6&t=96
The text was updated successfully, but these errors were encountered: