-
I tried: {
"mapping": {
"1,135,1": [
"KEY_LEFTMETA",
"keyboard"
]
}
} GUI doesn't let me set the button so I'm stuck with configs. |
Beta Was this translation helpful? Give feedback.
Answered by
jonasBoss
Sep 14, 2022
Replies: 1 comment
-
Are you sure "1,135,1" is the correct input? On my keyboard I get the following if I press the menu key
so the mapping would be: {
"mapping": {
"1,127,1": [
"KEY_LEFTMETA",
"keyboard"
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Oreolek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure "1,135,1" is the correct input?
You can use
evtest
to see the input your keyboard generates.On my keyboard I get the following if I press the menu key
so the mapping would be: