-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
(Move to desktop) script only run if we compile to exe file #81
Comments
I tried to compile and run the exe. Desktop switching works fine for me. Did you change other things to make moving work? Running on Win11 2022H2 |
I'm using Win10 22H2, I use default script from source, no change. |
Ahhh there's the thing: Moving is generally a broken thing on Win11 :) |
I can confirm that moving apps between desktops is broken on Windows 11 22H2 (as opposed to Windows 11 21H2 where the 'old' virtualdesktopaccessor.dll works). A new virtualdesktopaccessor.dll is needed for 22H2. |
https://github.com/FuPeiJiang/VD.ahk this project is working completely fine might have a look at it |
@hrdkmishra thanks for the discovery! |
When I download the whole repo and run with ahk script, everything works except Capslock + (q,w,e,..) not move my current active window to the desired desktop.
But when I right-click to desktop_switcher.ahk > compile (to .exe) and run .exe file, everything works perfectly now.
I create this issue keep this open or add it in the readme, IDK if anyone has the same situation as me or not but this is work for me.
Edit: I don't know why but change capslock + 1 to !1(alt + 1) run fine without compile script now.
The text was updated successfully, but these errors were encountered: