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

Not all X keysyms supported #5

Open
lesderid opened this issue Dec 20, 2020 · 0 comments
Open

Not all X keysyms supported #5

lesderid opened this issue Dec 20, 2020 · 0 comments
Labels
compatibility Incompatibility with keynav enhancement New feature or request good first issue Good for newcomers

Comments

@lesderid
Copy link
Owner

To be compatible with keynav, key names in key bindings are inherited from X. The current list of keys is enough to support the (built-in) default configuration and the example keynavrc, but it's far from complete.

The key name translation function is essentially just a big messy switch statement and should probably be refactored first.

List of X keysyms (remove XK_ prefix): keysymdef.h
List of Windows virtual-key codes: winuser.h documentation

(Note that it's not a perfect one-to-one mapping.)

@lesderid lesderid added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Dec 20, 2020
@lesderid lesderid added the compatibility Incompatibility with keynav label Dec 30, 2020
@lesderid lesderid removed the bug Something isn't working label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Incompatibility with keynav enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant