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

Ah2: Desktop Looping & Switching + Other Feature Regression from Commit ee2f54f626914273f00853306c1daaf803f756cb #53

Open
Stan-Stani opened this issue Aug 17, 2023 · 2 comments

Comments

@Stan-Stani
Copy link

If I revert to before ee2f54f I don't have the issues.

Looping works for a bit but if the gui window is deselected it stops working in a few seconds and I can't even navigate using Ctrl+Win+ArrowKey. If I close the gui it breaks all functionality immediately.

@Stan-Stani
Copy link
Author

I am on Win 11 btw.

@Stan-Stani
Copy link
Author

Stan-Stani commented Oct 23, 2023

I finally figured out that for some reason the changes after that commit I posted above makes using the Arrow Keys not work. E.g.

^#left::VD.goToDesktopNum(1)
^#down::VD.goToDesktopNum(2)
^#right::VD.goToDesktopNum(3)
^#up::VD.goToDesktopNum(4)
does not work.

So I substituted

^#J:: VD.goToDesktopNum(1)
^#K:: VD.goToDesktopNum(2)
^#L:: VD.goToDesktopNum(3)
^#I:: VD.goToDesktopNum(4)
and now they're working fine.

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

1 participant