Skip to content

Instantly share code, notes, and snippets.

@sam159247
Created March 19, 2022 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam159247/15f1af13bbe5ea37a9db62df13007330 to your computer and use it in GitHub Desktop.
Save sam159247/15f1af13bbe5ea37a9db62df13007330 to your computer and use it in GitHub Desktop.
[Karabiner-Elements] F24 to cycles the audio device to the next one.
{
"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"
}
]
}
]
}
@sam159247
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment