Skip to content

Instantly share code, notes, and snippets.

@noodny
Created August 26, 2019 10:14
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 noodny/eefb06f119ce62f19d72f3e46dac9518 to your computer and use it in GitHub Desktop.
Save noodny/eefb06f119ce62f19d72f3e46dac9518 to your computer and use it in GitHub Desktop.
Karabiner complex eject
{
"title": "Eject over ssh",
"rules": [
{
"description": "left control + left shift + 1 - launches a new Google Chrome window",
"manipulators": [
{
"from": {
"key_code": "eject",
"modifiers": {}
},
"to": [
{
"shell_command": "ssh -t ubuntu 'eject'"
}
],
"type": "basic"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment