Last active
May 13, 2025 06:43
-
-
Save lukasszz/8f95d84afe7777e940b17c8216bbb0c4 to your computer and use it in GitHub Desktop.
Change Keychrone Mic button to Dictation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Change Keychrone Mic button to Dictation on MacOS", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "spacebar", | |
"modifiers": { "mandatory": ["fn"] } | |
}, | |
"to": [{ "consumer_key_code": "dictation" }], | |
"type": "basic" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, the microphone key on some Keychron models doesn’t trigger macOS dictation. With Karabiner-Elements, you can remap that key to launch dictation or any other system function.
This setup allows you to start voice dictation with a single key press, improving workflow efficiency.
To make the microphone key on a Keychron keyboard activate dictation in macOS, follow these steps:
1. Open Karabiner-Elements
2. Go to Complex Modifications → Add your own rule