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

Capslock #78

Open
gdkrmr opened this issue Sep 30, 2024 · 0 comments
Open

Capslock #78

gdkrmr opened this issue Sep 30, 2024 · 0 comments

Comments

@gdkrmr
Copy link

gdkrmr commented Sep 30, 2024

I have mapped capslock + j to down etc. and it works as intended, the problem is that it is more or less random if capslock gets toggled after using the key combination. Is there a way to revert capslock toggle to its previous state or have it always off after this?

Here is my config:

device_name = "AT Translated Set 2 keyboard"

[[remap]]
input = ["KEY_CAPSLOCK", "KEY_H"]
output = ["KEY_LEFT"]
[[remap]]
input = ["KEY_CAPSLOCK", "KEY_J"]
output = ["KEY_DOWN"]
[[remap]]
input = ["KEY_CAPSLOCK", "KEY_K"]
output = ["KEY_UP"]
[[remap]]
input = ["KEY_CAPSLOCK", "KEY_L"]
output = ["KEY_RIGHT"]
[[remap]]
input = ["KEY_CAPSLOCK", "KEY_O"]
output = ["KEY_PAGEUP"]
[[remap]]
input = ["KEY_CAPSLOCK", "KEY_U"]
output = ["KEY_PAGEDOWN"]
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