alols / xcape

Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
GNU General Public License v3.0
2.1k stars 117 forks source link

Allow mapping to keycodes #78

Closed PaulPorfiroff closed 6 years ago

PaulPorfiroff commented 7 years ago

Extend grammar to allow specifying keys to map to with keycodes, too, not keysyms only.

As layout could assign multiple keycodes the same keysym at the same group and level, using keysyms might be ambigious. Also, if assigned keysyms change, xcape command stays intact with keycodes in use.

priyadarshan commented 7 years ago

This would be quite useful.

balzss commented 6 years ago

@alols is there a reason this can't be merged?

alols commented 6 years ago

@balzss The only reason has been sloppiness on my part. Thanks for reminding me! @PaulPorfiroff Nice pull request!