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

Remapping Windows copilot key... #825

Open
baybal opened this issue Sep 8, 2024 · 1 comment
Open

Remapping Windows copilot key... #825

baybal opened this issue Sep 8, 2024 · 1 comment

Comments

@baybal
Copy link

baybal commented Sep 8, 2024

It seems that windows copilot key does not emit a single keycode, but is hardcoded in laptop EC to emit a key combo in a rapid succession. How do we tackle the task of remapping that?

@nsbgn
Copy link

nsbgn commented Sep 8, 2024

Would something like this work?

[main]
firstkey = timeout(layer(second), 5, firstkey)

[second]
secondkey = timeout(layer(final), 5, secondkey)

#...etcetera

[final]
finalkey = remappedkey

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