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

xkeysym::NO_SYMBOL not part of xkeysym::key #16

Closed
pentamassiv opened this issue Sep 4, 2023 · 1 comment · Fixed by #17
Closed

xkeysym::NO_SYMBOL not part of xkeysym::key #16

pentamassiv opened this issue Sep 4, 2023 · 1 comment · Fixed by #17

Comments

@pentamassiv
Copy link
Contributor

NO_SYMBOL is not part of the xkeysym::key module. This is a little unfortunate, because I need to use it and so far only have xkbcommon as an explicit dependency. xkbcommon does not export the NO_SYMBOL, so I would have to add xkeysym explicitly, or use Keysym(0). It would be more convenient, if I could use it just like all the other KeySym.

@notgull
Copy link
Member

notgull commented Sep 4, 2023

I would accept a PR to add NO_SYMBOL to the key module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants