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

Compatibility with (Shift)AltTab in AutoHotKey #63

Open
musjj opened this issue Mar 4, 2023 · 0 comments
Open

Compatibility with (Shift)AltTab in AutoHotKey #63

musjj opened this issue Mar 4, 2023 · 0 comments

Comments

@musjj
Copy link

musjj commented Mar 4, 2023

This is my dual-key-remap config:

remap_key=CTRL
when_alone=ESCAPE
with_other=RIGHT_CTRL

And this is my keybind in autohotkey:

>^'::AltTab
>^;::ShiftAltTab

Note: >^ refers to the right (>) ctrl (^) key.

It almost works, but I need to press the ; and ' key twice in order to trigger the alt-tab menu. But once I've triggered it, I can navigate through the menu with a single press, as long as I hold down the ctrl key.

What's causing this 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

1 participant