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

xkb: warnings with example #17

Open
aeosynth opened this issue Oct 24, 2018 · 2 comments
Open

xkb: warnings with example #17

aeosynth opened this issue Oct 24, 2018 · 2 comments

Comments

@aeosynth
Copy link

aeosynth commented Oct 24, 2018

examples/output/xkb/run-session.sh
Warning:          Unsupported high keycode 372 for name <I372> ignored
                  X11 cannot support keycodes above 255.
                  This warning only shows for the first high keycode.
Internal error:   Could not resolve keysym XF86ScrollRight
Error:            Button must specify default or be in the range 1..5
                  Illegal button value 6 ignored
Error:            Illegal action definition for <AD02>
                  Action for group 1/level 6 ignored
Internal error:   Could not resolve keysym XF86ScrollLeft
Error:            Button must specify default or be in the range 1..5
                  Illegal button value 7 ignored
Error:            Illegal action definition for <AC02>
                  Action for group 1/level 6 ignored

I haven't run into any real issues, but the warnings are annoying

edit: this is with the 1.5.3 release downloaded off github

@39aldo39
Copy link
Owner

I can confirm the warnings, except for the first one. The generated files do not contain a key <I372>.

The other buttons are supposed to be for WheelLeft/WheelRight, which I have taken from @DreymaR. But they do not seem to work. Maybe he knows more about it?

@DreymaR
Copy link

DreymaR commented Oct 31, 2018

Horizontal scroll is generally poorly supported, that goes for Windows too. Not sure what became of those key codes, because a quick search only turned up a thread from 2007. I guess that means that I should put something else there... what? Hmmm...

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

No branches or pull requests

3 participants