-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Match remaps even if extra modifiers are held #102
Comments
Yeah, I think I'll work on this when I can allocate time to work on this. Meanwhile, please use the current workaround and also consider generating it with a template as needed. |
Update: As I'm currently focusing on a big change for another OSS, I'm planning to work on this issue on Aug 13th. If I receive a pull request before that, I can take a look at that too. |
Released #145 in v0.6.0. Enjoy. |
For report: i tried it with release v0.7.0 and downloaded v0.6.0, it's not working for me. I'm not sure if I have to do something extra. |
In addition to the version, could you report the following information?
For example, using xremap v0.7.0 on X11, my config to test this behavior is: keymap:
- remap:
alt_r-n: left and the
As you can see, while |
Well, I guess you want to leave the extra modifier, e.g. |
Yes thats what i mean. So no need to write all the combinations. It makes configurating cleaner. Edit: I think thats what the author meant as well. Let me know if an extra log is still needed, because i have the same result. |
Addressed it in v0.7.1. Please try that version. |
Works perfectly! Thanks for your great work. |
I am replacing
rightalt + n
withleft
key and a couple more. However, it requires a new remap for every added modifier combination.Is there an way to just add the first four remaps and make them work with any other modifier automatically? I have tried with
modmap
but I couldn't make it work.The text was updated successfully, but these errors were encountered: