You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was considering switching away from keyszer which is an xkeysnail fork to everemap but found issues while migrating my configuration over.
Keys which have been remapped are unable to be remapped again. I found this by trying to remap capslock to F20 and then have other remaps depend on F20 with another key.
Configurations like this would be ideal:
[[remap]]
input = ["KEY_CAPSLOCK"]
output = ["KEY_F20"]
[[remap]]
input = ["KEY_F20", "KEY_W"]
output = ["KEY_HOME"]
[[remap]]
# this "deadnaming" could work for me but would probably be unintuitive for othersinput = ["KEY_CAPSLOCK", "KEY_R"]
output = ["KEY_END"]
This would effectively disable capslock while still providing it as a modifier key for other remaps.
I also tried this remap but it sends w and q separately instead of remapping them to numlock.
I was considering switching away from keyszer which is an xkeysnail fork to everemap but found issues while migrating my configuration over.
Keys which have been remapped are unable to be remapped again. I found this by trying to remap capslock to F20 and then have other remaps depend on F20 with another key.
Configurations like this would be ideal:
This would effectively disable capslock while still providing it as a modifier key for other remaps.
I also tried this remap but it sends w and q separately instead of remapping them to numlock.
This last one only types Q (capitalized) into a notepad.
The text was updated successfully, but these errors were encountered: