Created
March 19, 2022 07:28
-
-
Save sam159247/15f1af13bbe5ea37a9db62df13007330 to your computer and use it in GitHub Desktop.
[Karabiner-Elements] F24 to cycles the audio device to the next one.
This file contains 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
{ | |
"title": "F24 mapping", | |
"rules": [ | |
{ | |
"manipulators": [ | |
{ | |
"description": "Cycles the audio device to the next one.", | |
"from": { | |
"key_code": "f24" | |
}, | |
"to": [ | |
{ | |
"shell_command": "/opt/homebrew/bin/SwitchAudioSource -n" | |
} | |
], | |
"type": "basic" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference
https://github.com/deweller/switchaudio-osx