Skip to content

Fix HP YAVIKS function key mapping#66

Open
archeYR wants to merge 1 commit into
WeirdTreeThing:mainfrom
archeYR:main
Open

Fix HP YAVIKS function key mapping#66
archeYR wants to merge 1 commit into
WeirdTreeThing:mainfrom
archeYR:main

Conversation

@archeYR
Copy link
Copy Markdown

@archeYR archeYR commented May 14, 2026

Fixes sysrq duplication that caused the screenshot key to be mapped to F13 instead of F5. Control panel key (F13) remains dead because keyd doesn't handle the KEY_CONTROLPANEL event code.

Fixes sysrq duplication that caused the screenshot key to be mapped to F13 instead of F5. Control panel key (F13) remains dead because keyd doesn't handle the KEY_CONTROLPANEL event code.
@WeirdTreeThing
Copy link
Copy Markdown
Owner

I'm confused what the issue is here. Can you send a picture of your keyboard along with the generated config from the unmodified script?

@archeYR
Copy link
Copy Markdown
Author

archeYR commented May 15, 2026

yaviks

cros.txt

Hope that helps. My understanding is that key DD corresponds to KEY_CONTROLPANEL on this keyboard, however keyd doesn't handle that event code and ignores that key entirely. Meanwhile KEY_SYSRQ gets mapped to F13, and there's no way to press F5.

@WeirdTreeThing
Copy link
Copy Markdown
Owner

Run evtest without keyd running and see which keycode you get when you press that special key.

@archeYR
Copy link
Copy Markdown
Author

archeYR commented May 16, 2026

Here's evtest output for the key without keyd (with keyd there are no events reported).
evtest.txt

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