Skip to content
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

No longer working as of 26301.1000 #81

Open
etdr opened this issue Dec 8, 2023 · 8 comments
Open

No longer working as of 26301.1000 #81

etdr opened this issue Dec 8, 2023 · 8 comments

Comments

@etdr
Copy link

etdr commented Dec 8, 2023

My AutoHotkey script is definitely running because other hotkeys work, but switching desktops is not working anymore after the update to insider build 26301.1000. I don't expect support for insider builds, just wanted to let you know it's not working over here.

@etdr
Copy link
Author

etdr commented Dec 8, 2023

As an aside, one reason this sucks is that switching desktops on insider builds consistently takes a full 1-1.5 seconds when using official Windows methods and shortcuts. I've posted in the feedback hub about this and so have many others for months. This is the only way I've found to immediately switch between them (thank you!!!).

@ondras
Copy link

ondras commented Dec 15, 2023

Just confirming that windows 11 build 22635.2915 is also broken.

@ondras
Copy link

ondras commented Dec 16, 2023

Just confirming that windows 11 build 22635.2915 is also broken.

...but it was working on 22635.2850. Damn these MS updates :-(

@itzjakm
Copy link

itzjakm commented Dec 20, 2023

check out this in the last release, it should work. If anything doesn't work as expected, please let me know.

@ondras
Copy link

ondras commented Dec 21, 2023

Thanks, @itzjakm, it works! You saved my day.

I wonder if there is perhaps some way to make the whole process more resistant to those arbitrary API changes that typically accompany larger Windows patches.

For instance: is it simply sufficient to recompile some code once the MS windows update lands? I am willing to setup a proper build environment and compile stuff myself, eliminating the need to submit issues and reducing your time spent creating new releases.

@itzjakm
Copy link

itzjakm commented Dec 21, 2023

This time they only changed the "Id's" (I don't know a lot about this programing language or whatever it is to know how it's called) at least in the part I care about, but there are another cases where they change things in the API itself and manual work is needed...

@anxxx
Copy link

anxxx commented Feb 21, 2024

check out this in the last release, it should work. If anything doesn't work as expected, please let me know.

Thanks itzjakm - really appreciated. Working perfectly with Build 22621.3155.

Added two lines to example.ah2 to move to the first desktop (0) at start-up and to set the system tray icon to Desktop 1

GoToDesktopNumber(0)
TraySetIcon(".\Icons\1.ico")

@Ciantic
Copy link
Owner

Ciantic commented Feb 26, 2024

@anxxx 22631.3155 is different, it's supported by the main line in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants