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

Improve documentation about keysyms #394

Merged
merged 5 commits into from
Nov 24, 2020

Conversation

matthijskooijman
Copy link
Contributor

This improves formatting, fixes terminology and adds some more details about where to find keycodes for special keys and how to use keys that are not already mapped in X.

In X terminology, a keycode is a numerical identifier for an actual key
on the keyboard, which is mapped to a more expressive "keysym" by X
(e.g. see the `xmodmap` manpage).

The values specified in the configuration are actually keysyms, not
keycodes, so name them as such in the documentation.
@JoseExposito
Copy link
Owner

Thanks a lot for improving the documentation @matthijskooijman !!!!

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

Successfully merging this pull request may close these issues.

2 participants