MatejGolian / ReaHotkey

An AutoHotkey script for blind musicians and REAPER users
9 stars 2 forks source link

CI Needs Updating #17

Closed MatejGolian closed 4 months ago

MatejGolian commented 4 months ago

AutoHotkey 2.0.12 has been released. @Timtam, could you update the CI, please? And I'd also like to ask. It's not enough to just change the numbers in ci.yaml, right? You also have to make changes in your builder branch. Is that correct?

Timtam commented 4 months ago

Nope, changing the numbers in ci.yaml should be enough unless they changed something on where they store their download location or something.

------ Originalnachricht ------ Von "MatejGolian" @.> An "MatejGolian/ReaHotkey" @.> Cc "Toni Barth" @.>; "Mention" @.> Datum 06.04.2024 11:32:17 Betreff [MatejGolian/ReaHotkey] CI Needs Updating (Issue #17)

AutoHotkey 2.0.12 has been released. @Timtam https://github.com/Timtam, could you update the CI, please? And I'd also like to ask. It's not enough to just change the numbers in ci.yaml, right? You also have to make changes in your builder branch. Is that correct?

— Reply to this email directly, view it on GitHub https://github.com/MatejGolian/ReaHotkey/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKISVX6FKOHDF4OGWVJ2T3Y366KDAVCNFSM6AAAAABF2JVDESVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDSMJWGIZTGNI. You are receiving this because you were mentioned.Message ID: @.***>

MatejGolian commented 4 months ago

Thanks, good to know that it's that simple. BTW, on the workflow run page under Annotations it states the following: "1 warning build Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, robinraju/release-downloader@v1.8, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/." Is that anything we should be concerned about, perhaps in the foreseeable future?

Timtam commented 4 months ago

It'll be a problem at some point, but not yet.

------ Originalnachricht ------ Von "MatejGolian" @.> An "MatejGolian/ReaHotkey" @.> Cc "Toni Barth" @.>; "Mention" @.> Datum 06.04.2024 12:04:17 Betreff Re: [MatejGolian/ReaHotkey] CI Needs Updating (Issue #17)

Thanks, good to know that it's that simple. BTW, on the workflow run page under Annotations it states the following: "1 warning build Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: @., @., @.*** For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/." Is that anything we should be concerned about, perhaps in the foreseeable future?

— Reply to this email directly, view it on GitHub https://github.com/MatejGolian/ReaHotkey/issues/17#issuecomment-2041036825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKISVTRAYUES63EBGPTGWTY37CCDAVCNFSM6AAAAABF2JVDESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGAZTMOBSGU. You are receiving this because you were mentioned.Message ID: @.***>

MatejGolian commented 4 months ago

I thought so. There's one more unrelated thing I wanted to ask your opinion about. The changelog for AutoHotkey 2.0.11 states: "Added a workaround for the first shown menu not accepting keyboard input on Windows 10." I haven't tried it, but maybe it solves the native AHK menu focusing problem we have been experiencing before. If that is the case, perhaps AccessiblePluginMenu and AccessibleStandaloneMenu could be removed, although on the other hand keeping them in there does no harm and they could still be useful as an alternative. Any thoughts? And to be honest, I've spent quite some time coding them, so that's another reason why I'm hesitant to get rid of them just like that... 🙂

Timtam commented 4 months ago

I'd say try changing one AccessibleMenu back to a typical context menu and see for a while if it works or not, and if it does, we can transition back to them step by step if we want to, but can still keep your version around because why not, maybe it will become useful later again.

------ Originalnachricht ------ Von "MatejGolian" @.> An "MatejGolian/ReaHotkey" @.> Cc "Toni Barth" @.>; "Mention" @.> Datum 06.04.2024 12:21:43 Betreff Re: [MatejGolian/ReaHotkey] CI Needs Updating (Issue #17)

I thought so. There's one more unrelated thing I wanted to ask your opinion about. The changelog for AutoHotkey 2.0.11 states: "Added a workaround for the first shown menu not accepting keyboard input on Windows 10." I haven't tried it, but maybe it solves the native AHK menu focusing problem we have been experiencing before. If that is the case, perhaps AccessiblePluginMenu and AccessibleStandaloneMenu could be removed, although on the other hand keeping them in there does no harm and they could still be useful as an alternative. Any thoughts? And to be honest, I've spent quite some time coding them, so that's another reason why I'm hesitant to get rid of them just like that... 🙂

— Reply to this email directly, view it on GitHub https://github.com/MatejGolian/ReaHotkey/issues/17#issuecomment-2041040751, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKISVQP3YF3HSLBCATQ4ODY37EDPAVCNFSM6AAAAABF2JVDESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGA2DANZVGE. You are receiving this because you were mentioned.Message ID: @.***>

MatejGolian commented 4 months ago

I only really used one menu in the Kontakt library chooser so, I did just what you suggested. It seems to work fine, but of course we'll see. Either way thanks for the input. I'll close this for now... 🙂