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

Basic Capslock remapping does not work #894

Open
ProfessorHoover opened this issue Dec 20, 2024 · 3 comments
Open

Basic Capslock remapping does not work #894

ProfessorHoover opened this issue Dec 20, 2024 · 3 comments

Comments

@ProfessorHoover
Copy link

Capslock remapping doesn't work in either Keyd or Application Mapper. Other keys I've tested randomly in application mapper and keyd work, except for capslock = control. I can tell that Keyd is capturing my keyboard as the ids shown in keyd monitor have changed to the keyd virtual keyboard and are showing the default keys. Other than that application-mapper and keyd are working correctly. Thanks for the help.

@ProfessorHoover
Copy link
Author

On a whim, I decided to try overloading capslock to only be control when held. So my app.conf looks like this:
[emacs]
capslock = overload(control, capslock)
This works as expected. Am I misunderstanding whether capslock can be simply remapped?

@IbrahimElk
Copy link

[main]
capslock = oneshot(control)

this did work for me. The overloading with overload(control, control) did also not work.

@polybluez
Copy link

This also didn't work for me, but using the latest commit helped

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

3 participants