Skip to content

how to map Menu to Meta? #474

Answered by jonasBoss
Oreolek asked this question in Q&A
Discussion options

You must be logged in to vote

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

Event: time 1663174834.515873, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70065
Event: time 1663174834.515873, type 1 (EV_KEY), code 127 (KEY_COMPOSE), value 1
Event: time 1663174834.515873, -------------- SYN_REPORT ------------

so the mapping would be:

{
    "mapping": {
        "1,127,1": [
            "KEY_LEFTMETA",
            "keyboard"
        ]
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Oreolek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants