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

Support fully customized command-line key maps #25

Open
mtalexan opened this issue Aug 15, 2019 · 0 comments
Open

Support fully customized command-line key maps #25

mtalexan opened this issue Aug 15, 2019 · 0 comments

Comments

@mtalexan
Copy link
Contributor

A continuation of #8, allow for more than just hard coded key maps.
I'm not experienced with X11, so I didn't realize there was XStringToKeysym() as an option.

Instead of hard coding values from keysym.h to define a map, require a minimum sized map be provided on the command line if they specifiy --keymap=custom (or something similar), and allow a user to specify the names of keys that can be passed to XSTringToKeysym() as a comma-separated list (or something like that?).

This would require the map function to allow for a dynamically determined map size rather than a pre-defined map size, which is currently a non-trivial task.

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