-
Hey, I'm struggling with remapping the volume keys e.g. When using I then used So I though I might use the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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"
}
]
} |
Beta Was this translation helpful? Give feedback.
If your goal is to change the f12 key (volume_decrement) behavior, you’ll need to modify the f12 key in Complex Modifications.