Skip to content

Complex modify remaped function keys #3991

Answered by tekezo
mietzen asked this question in Q&A
Discussion options

You must be logged in to vote

If your goal is to change the f12 key (volume_decrement) behavior, you’ll need to modify the f12 key in Complex Modifications.

{
    "description": "example",
    "manipulators": [
        {
            "from": {
                "key_code": "f12",
                "modifiers": { "optional": ["any"] }
            },
            "to": [{ "key_code": "spacebar" }],
            "type": "basic"
        }
    ]
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mietzen
Comment options

@tekezo
Comment options

Answer selected by mietzen
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