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

Alt-Tab stops working with #Include <dual/defaults> #6

Open
glucas opened this issue Aug 17, 2015 · 1 comment
Open

Alt-Tab stops working with #Include <dual/defaults> #6

glucas opened this issue Aug 17, 2015 · 1 comment

Comments

@glucas
Copy link

glucas commented Aug 17, 2015

The standard Windows Alt-TAB behavior stops working altogether when I include defaults.ahk. If I edit defaults.ahk to comment out Tab from the list of combo keys, it works normally again.

I get this problem without configuring any specific keys, using this as my AutoHotkey.ahk:

SendMode Input
#NoEnv
#SingleInstance force

#Include <dual/dual>
dual := new Dual()
#Include <dual/defaults>

*ScrollLock::dual.reset()

I'm on Windows 8.1, AutoHotKey 1.1.19.02, dual from github trunk.

@lydell
Copy link
Owner

lydell commented Aug 17, 2015

Thanks for noting and providing a workaround! I'm sure it'll help others running into the issue.

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

2 participants