Display brightness in smaller increments #1162
frederiktwiehaus
started this conversation in
Ideas
Replies: 1 comment
-
Use complex modification. See:
E.g. {
"description": "{F1,F2} -> Shift+Option+{F1,F2}",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "f1",
"modifiers": {
"optional": ["caps_lock"]
}
},
"to": [{
"key_code": "f1",
"modifiers": ["shift", "option"]
}]
},
{
"type": "basic",
"from": {
"key_code": "f2",
"modifiers": {
"optional": ["caps_lock"]
}
},
"to": [{
"key_code": "f2",
"modifiers": ["shift", "option"]
}]
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi can anybody tell me how I could use Karabiner Elements to have
Option+Shit+F1 pressed when I press F1
same for F2
to adjust the brightness automatically in smaller increments :)
Cheers
Beta Was this translation helpful? Give feedback.
All reactions