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

fix getAsString for explicit converted keycodes #54

Merged
merged 4 commits into from
Aug 13, 2019

Conversation

rpaciorek
Copy link
Contributor

@rpaciorek rpaciorek commented Aug 11, 2019

Summary of changes

Currently getAsString() for explicit converted keycodes (eg. arrows keys) show incorrect key name (eg. "XF86AudioPlay" instead of "Down"). Add full reverse mapping for fix this.

Affected backeds (X11)

@Ybalrid
Copy link
Member

Ybalrid commented Aug 12, 2019

Can you replace the ADD_KEY_CONVERSION macro with an actual function?

@rpaciorek
Copy link
Contributor Author

Replaced. I also merged convert() function using only in KeySymToOISKeyCode / OISKeyCodeToKeySym into them and fix/implement getAsKeyCode().

@Ybalrid Ybalrid merged commit 27c44b0 into wgois:master Aug 13, 2019
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