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 the case-insensitive symbol names. #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

junaruga
Copy link

This PR fixes #39. I tested it on my local. @elder-n00b, thank you for your help!


This commit is to support that the symbol names that are case-insensitive from the /usr/include/X11/keysymdef.h - XK_something are shown as occupied (red color) on the page by the i3keys web. Because sway supports the symbol names.

The symbol names are such as Semicolon for the XK_semicolon in the keysymdef.h.

This commit is to support that the symbol names that are case-insensitive from
the `/usr/include/X11/keysymdef.h` - `XK_something` are shown as occupied (red
color) on the page by the `i3keys web`. Because sway supports the symbol names.

The symbol names are such as `Semicolon` for the `XK_semicolon` in the
`keysymdef.h`.
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.

sway: i3keys web - Supporting symbol key names starting with a capital letter.
1 participant